A arnieterm macrumors regular Original poster 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
Jeremy1026 macrumors 68020 Jan 22, 2009 #3 Code: UIDevice *myDevice = [UIDevice currentDevice]; NSString *deviceUDID = [myDevice uniqueIdentifier];
Code: UIDevice *myDevice = [UIDevice currentDevice]; NSString *deviceUDID = [myDevice uniqueIdentifier];