Hi,
In order to get the UUID of an iPhone, iPod or iPad, do the following in your code.
NSString *myUUIDStr= [UIDevice currentDevice].uniqueIdentifier; |
Here ‘myUUIDStr’ will contain the UUID of your specified iOS device.
Hi,
In order to get the UUID of an iPhone, iPod or iPad, do the following in your code.
NSString *myUUIDStr= [UIDevice currentDevice].uniqueIdentifier; |
Here ‘myUUIDStr’ will contain the UUID of your specified iOS device.