A arnieterm macrumors regular Original poster Aug 28, 2008 201 0 Jan 21, 2009 #1 Is it possible to get the Iphone's UUID within an iphone application [using objective c]? If yes then how?? Thanks Arnieterm
Is it possible to get the Iphone's UUID within an iphone application [using objective c]? If yes then how?? Thanks Arnieterm
caveman_uk Guest Feb 17, 2003 2,390 1 Hitchin, Herts, UK Jan 22, 2009 #2 Check the UIDevice documentation. It's in there.
Jeremy1026 macrumors 68020 Nov 3, 2007 2,216 1,030 Jan 22, 2009 #3 Code: UIDevice *myDevice = [UIDevice currentDevice]; NSString *deviceUDID = [myDevice uniqueIdentifier];
Code: UIDevice *myDevice = [UIDevice currentDevice]; NSString *deviceUDID = [myDevice uniqueIdentifier];