https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for...
MAC Address based solutions are still okay right?
Also, if you don't need to identify devices per se, you can fallback on a generated GUID which you persist via NSUserDefaults.
It'll identify the user for the lifespan of that app install on the device.
https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for...
MAC Address based solutions are still okay right?