I was searhing around and i found this:
NSString *uid = [[UIDevice currentDevice] uniqueIdentifier];
Is thus what i need? I am new to developing and would like to learn how to use this code. Any help much appreciated. Thank you very much :)
I was searhing around and i found this:
NSString *uid = [[UIDevice currentDevice] uniqueIdentifier];
Is thus what i need? I am new to developing and would like to learn how to use this code. Any help much appreciated. Thank you very much :)
Do not use this
[[UIDevice currentDevice] uniqueIdentifier]
Its been deprecated in ios 5 and your app will be rejected. http://www.macrumors.com/2013/03/21/apple-will-no-longer-approve-apps-using-unique-device-identifier-udid-beginning-may-1/