I am new to iOS. I need to create unique id from the device to register some of my web service for unique identification. There are lots of documents floating around the net, from which i noticed that retrieving UUID is deprecated in iOS6+.
I am targeting my application from iOS 5 +.
I had gone through the below link:
http://www.doubleencore.com/2013/04/unique-identifiers/
Three IDs are talked about. CFUUID, NSUUID, IDFV.
Given the scenario that i need to target from ios 5.0 which one i can use as a unique identifier ?
Kindly suggest.