I\'m using [[UIDevice currentDevice] uniqueIdentifier] in all of my apps, Apple is not allowing the use of uniqueIdentifier anymore. I need somethi
[[UIDevice currentDevice] uniqueIdentifier]
uniqueIdentifier
with digipeople's hack.
Fix it to avoid app crash.
systemId = [[NSUUID UUID] UUIDstring];
http://developer.apple.com/library/mac/documentation/Foundation/Reference/NSUUID_Class/Reference/Reference.html#//apple_ref/occ/instm/NSUUID/UUIDString