Return to Snippet

Revision: 11428
at February 4, 2009 18:40 by steve918


Initial Code
UIDevice *device = [UIDevice currentDevice];
NSString *uniqueIdentifier = [device uniqueIdentifier];

Initial URL


Initial Description
Grabs the unique device id from the iPhone

Initial Title
Get Device GUID from iPhone

Initial Tags
iphone

Initial Language
Objective C