skip to Main Content

I want to get user Sim Id and Device Id for my flutter app. How can i get access from Android?

I have tried Platform channel to get Imei and Sim Id But it doesn’t help.Do i have to contact support team or Any other method for fix this ussue

2

Answers


  1. TL;DR: You can’t.

    All non-resettable device identifiers are no longer available starting from Android 10 unless you have special carrier permissions/you are developing an OEM app.

    For reference: https://developer.android.com/about/versions/10/privacy/changes#data-ids

    Login or Signup to reply.
  2. Please review this link on my code

    [https://stackoverflow.com/questions/78477085/how-to-get-unique-device-id-or-android-id-in-flutter/78477422#78477422]
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search