get device IMEI in flutter












0















how can i get device IMEI in flutter
i'm trying to get Unique Identifier using the following plugins:



uuid_type: ^0.7.0-dev
uuid: ^1.0.3
unique_identifier: ^0.0.3
flutter_udid: ^0.0.3


all of them geting ID but not the same IMEI ID for device



and when i try to use device_info plugin from this example DeviceInfoPlugin
i get error :



Multiple projects in this build have project










share|improve this question

























  • Have you tried only have one of the dependencies at a time? I assume you have imported the device_info as a dependency as specified at their repository when trying to use the linked example.

    – flarkmarup
    Oct 28 '18 at 11:49






  • 1





    "uuid" and "uuid_type" are NOT plugins to get the device identifier. Those are dart libraries for the generation of UUIDs (en.wikipedia.org/wiki/Universally_unique_identifier)

    – boformer
    Oct 28 '18 at 13:03











  • i need to get IMEI code

    – Mahmoud Sabri
    Nov 4 '18 at 13:20











  • Even if something allowed you to retrieve a device's IMEI (or any other unique device identifier), using the IMEI to grant access is generally a bad idea (see, e.g., RFC 7254 sec. 8).

    – Peter O.
    Nov 23 '18 at 15:50


















0















how can i get device IMEI in flutter
i'm trying to get Unique Identifier using the following plugins:



uuid_type: ^0.7.0-dev
uuid: ^1.0.3
unique_identifier: ^0.0.3
flutter_udid: ^0.0.3


all of them geting ID but not the same IMEI ID for device



and when i try to use device_info plugin from this example DeviceInfoPlugin
i get error :



Multiple projects in this build have project










share|improve this question

























  • Have you tried only have one of the dependencies at a time? I assume you have imported the device_info as a dependency as specified at their repository when trying to use the linked example.

    – flarkmarup
    Oct 28 '18 at 11:49






  • 1





    "uuid" and "uuid_type" are NOT plugins to get the device identifier. Those are dart libraries for the generation of UUIDs (en.wikipedia.org/wiki/Universally_unique_identifier)

    – boformer
    Oct 28 '18 at 13:03











  • i need to get IMEI code

    – Mahmoud Sabri
    Nov 4 '18 at 13:20











  • Even if something allowed you to retrieve a device's IMEI (or any other unique device identifier), using the IMEI to grant access is generally a bad idea (see, e.g., RFC 7254 sec. 8).

    – Peter O.
    Nov 23 '18 at 15:50
















0












0








0








how can i get device IMEI in flutter
i'm trying to get Unique Identifier using the following plugins:



uuid_type: ^0.7.0-dev
uuid: ^1.0.3
unique_identifier: ^0.0.3
flutter_udid: ^0.0.3


all of them geting ID but not the same IMEI ID for device



and when i try to use device_info plugin from this example DeviceInfoPlugin
i get error :



Multiple projects in this build have project










share|improve this question
















how can i get device IMEI in flutter
i'm trying to get Unique Identifier using the following plugins:



uuid_type: ^0.7.0-dev
uuid: ^1.0.3
unique_identifier: ^0.0.3
flutter_udid: ^0.0.3


all of them geting ID but not the same IMEI ID for device



and when i try to use device_info plugin from this example DeviceInfoPlugin
i get error :



Multiple projects in this build have project







dart flutter






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 28 '18 at 11:08







Mahmoud Sabri

















asked Oct 28 '18 at 11:02









Mahmoud SabriMahmoud Sabri

1079




1079













  • Have you tried only have one of the dependencies at a time? I assume you have imported the device_info as a dependency as specified at their repository when trying to use the linked example.

    – flarkmarup
    Oct 28 '18 at 11:49






  • 1





    "uuid" and "uuid_type" are NOT plugins to get the device identifier. Those are dart libraries for the generation of UUIDs (en.wikipedia.org/wiki/Universally_unique_identifier)

    – boformer
    Oct 28 '18 at 13:03











  • i need to get IMEI code

    – Mahmoud Sabri
    Nov 4 '18 at 13:20











  • Even if something allowed you to retrieve a device's IMEI (or any other unique device identifier), using the IMEI to grant access is generally a bad idea (see, e.g., RFC 7254 sec. 8).

    – Peter O.
    Nov 23 '18 at 15:50





















  • Have you tried only have one of the dependencies at a time? I assume you have imported the device_info as a dependency as specified at their repository when trying to use the linked example.

    – flarkmarup
    Oct 28 '18 at 11:49






  • 1





    "uuid" and "uuid_type" are NOT plugins to get the device identifier. Those are dart libraries for the generation of UUIDs (en.wikipedia.org/wiki/Universally_unique_identifier)

    – boformer
    Oct 28 '18 at 13:03











  • i need to get IMEI code

    – Mahmoud Sabri
    Nov 4 '18 at 13:20











  • Even if something allowed you to retrieve a device's IMEI (or any other unique device identifier), using the IMEI to grant access is generally a bad idea (see, e.g., RFC 7254 sec. 8).

    – Peter O.
    Nov 23 '18 at 15:50



















Have you tried only have one of the dependencies at a time? I assume you have imported the device_info as a dependency as specified at their repository when trying to use the linked example.

– flarkmarup
Oct 28 '18 at 11:49





Have you tried only have one of the dependencies at a time? I assume you have imported the device_info as a dependency as specified at their repository when trying to use the linked example.

– flarkmarup
Oct 28 '18 at 11:49




1




1





"uuid" and "uuid_type" are NOT plugins to get the device identifier. Those are dart libraries for the generation of UUIDs (en.wikipedia.org/wiki/Universally_unique_identifier)

– boformer
Oct 28 '18 at 13:03





"uuid" and "uuid_type" are NOT plugins to get the device identifier. Those are dart libraries for the generation of UUIDs (en.wikipedia.org/wiki/Universally_unique_identifier)

– boformer
Oct 28 '18 at 13:03













i need to get IMEI code

– Mahmoud Sabri
Nov 4 '18 at 13:20





i need to get IMEI code

– Mahmoud Sabri
Nov 4 '18 at 13:20













Even if something allowed you to retrieve a device's IMEI (or any other unique device identifier), using the IMEI to grant access is generally a bad idea (see, e.g., RFC 7254 sec. 8).

– Peter O.
Nov 23 '18 at 15:50







Even if something allowed you to retrieve a device's IMEI (or any other unique device identifier), using the IMEI to grant access is generally a bad idea (see, e.g., RFC 7254 sec. 8).

– Peter O.
Nov 23 '18 at 15:50














1 Answer
1






active

oldest

votes


















0














Apple no longer allows you to retreive the IMEI or any other device identificator:



https://stackoverflow.com/a/19927376/2461957






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53030779%2fget-device-imei-in-flutter%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Apple no longer allows you to retreive the IMEI or any other device identificator:



    https://stackoverflow.com/a/19927376/2461957






    share|improve this answer




























      0














      Apple no longer allows you to retreive the IMEI or any other device identificator:



      https://stackoverflow.com/a/19927376/2461957






      share|improve this answer


























        0












        0








        0







        Apple no longer allows you to retreive the IMEI or any other device identificator:



        https://stackoverflow.com/a/19927376/2461957






        share|improve this answer













        Apple no longer allows you to retreive the IMEI or any other device identificator:



        https://stackoverflow.com/a/19927376/2461957







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 4 '18 at 20:04









        boformerboformer

        3,6122922




        3,6122922






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53030779%2fget-device-imei-in-flutter%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Berounka

            Fiat S.p.A.

            Type 'String' is not a subtype of type 'int' of 'index'