mobile_device_identifier_plus 0.0.3 copy "mobile_device_identifier_plus: ^0.0.3" to clipboard
mobile_device_identifier_plus: ^0.0.3 copied to clipboard

Flutter package to obtain unique ID from mobile device (android / ios)

Actions Status

mobile_device_identifier_plus #

Original package: mobile_device_identifier

Flutter package to obtain unique ID from mobile device (android / ios) with uninstall resistant

Android minSdkVersion = 21
iOS minimum version = 11

Usage #

final _mobileDeviceIdentifier = MobileDeviceIdentifier().getDeviceId();

You can combined with any encoding method to beautify string id. For example use Base64 encode with return value like

RjFGMUJDNUItQkJERC00NjZCLUE2MzgtQzRDNUZGMDdCQzhF

Method #

Android

For android device, this package use UUID with MediaDrm to generate unique ID. With that, unique ID will not change even after uninstalling application

iOS

For iPhone device, this package use UUID with JNKeychain to generate unique ID to make ID still same even after reinstall application

0
likes
0
points
38
downloads

Publisher

verified publishersofluffy.io

Weekly Downloads

Flutter package to obtain unique ID from mobile device (android / ios)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mobile_device_identifier_plus