Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

arnieterm

macrumors regular
Original poster
Aug 28, 2008
201
0
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
Nov 3, 2007
2,215
1,029
Code:
UIDevice *myDevice = [UIDevice currentDevice];
NSString *deviceUDID = [myDevice uniqueIdentifier];
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.