v0.0.3
mobile_device_identifier
用於從移動設備(Android / iOS)取得唯一 ID 的 Flutter 套件
90喜歡 1萬近 30 天下載140Pub 分數
AndroidiOS
Flutter 庫,用於從行動裝置(Android / iOS)取得裝置 ID
{"sdk":"flutter"}^2.1.6{"sdk":"flutter"}^3.0.1以下為英文專案原文快照,最新內容請造訪 GitHub。
Flutter package to obtain unique ID from mobile device (android / ios) with uninstall resistant
Android minSdkVersion = 21
iOS minimum version = 11
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
For android device, this package use UUID with MediaDrm to generate unique ID. With that, unique ID will not change even after uninstalling application
For iPhone device, this package use UUID with JNKeychain to generate unique ID to make ID still same even after reinstall application