Best UDID alternative (so far)
You guys might have already got the news that Apple is now rejecting apps that access UDID. No comment about the decision, but as a developer I had to figure out solution as close to as orignal UDID. CFUUID could be an alternative but it has few issues. Mainly the UUID won’t be unique for device but unique in ‘space and time’. This means you have to create it and store it (locally + server) to identify the particular instance of the app. But if user take a backup of this device, and restore on new device, he would have two devices with same UUID and you don’t want that. (for example if you want your app to work on a single device at a time)
You should read
Recent Comments