Home | Account | Search  
iPhone :: Get the UUID
Here's how to get the device's unique identifier:

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