0

In my Android app I am identifying a device and a SIM card reading the IMEI and IMSI respectively.

How can I do it programmatically on iOS 7 and later? I see that the UUID identifies the app + device, and it changes every time you reinstall it, so it doesn't work for me.

Any ideas?

1 Answers1

0

There is no FIXED (publicly available) ID anymore. UUID is off limits and using the mac address isn't fixed

identifierForVendor changes on reinstall but thats all you have :)


EXCEPT if you want / can argue you do advertising. Then you can checkout the advertisingIdentifier [dont try to abuse it though!]

Daij-Djan
  • 49,552
  • 17
  • 113
  • 135