I want to track the iPhone user Unique Id. How to get iPhone unique ID (UDID) in ionic framework script?
You can use this plugin:
Just a little note here
The uuid on iOS is not unique to a device, but varies for each application, for each installation. It changes if you delete and re-install the app, and possibly also when you upgrade iOS, or even upgrade your app per version (apparent in iOS 5.1). The uuid is not a reliable value.
then this little plug in
1 Like
How do i get unique ID for windows?. I usually use the device Bluetooth serial in android studio to identify the user even after uninstallation and the user reinstall the app. Since that’s unique for every device and free from manipulation unlike the system mac address.
ok.UUID is not a unique. If there is any other way to get unique id of ios?