Please I want to get a unique id of a particular phone using flutter since android 10 and ios don't support the collection of imei
Asked
Active
Viewed 5,114 times
1
-
https://stackoverflow.com/questions/45031499/how-to-get-unique-device-id-in-flutter – towhid Mar 01 '22 at 12:50
1 Answers
3
From Android 10 onwards it is restrict to collect unique identifiers. This was achieved only in DeviceOwner previleged apps and systemapps.From android developer documentation Best practices for unique identifiers explained how to identify uniqueness based on different scenerios.

BabaVarma
- 826
- 6
- 7