unique_device_id 0.0.6
unique_device_id: ^0.0.6 copied to clipboard
Get unique device id
unique_device_id #
Get unique device id
Notice for android #
- Require minSdk 23, WRITE_EXTERNAL_STORAGE permission
- If SSAID cannot be retrieved, a random UUID can be generated and stored in an encrypted file for use.
Getting Started #
- getUniqueId()
- Get unique device id (if id does not exist, generate and save uuid)
- Android: SSAID
- iOS: identifierForVendor
UniqueDeviceId.instance.getUniqueId()
- Get unique device id (if id does not exist, generate and save uuid)