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?