How to find out the iPhone/iPod Touch device ID without Xcode?
UIDevice *myDevice = [UIDevice currentDevice];
NSString *deviceUDID = [myDevice uniqueIdentifier];
- Connect the iPhone or iPod Touch to your Mac or PC (Windows Machine)
- Click on the device in iTunes, go to the “Summary” tab, click on the “Serial Number” label. The “Serial Number” will change to “Identifier”
- Click on “Edit” in the menu at the top and select “Copy”
- Now you can paste the device ID into an e-mail
UIDevice *myDevice = [UIDevice currentDevice];
NSString *deviceUDID = [myDevice uniqueIdentifier];
No comments:
Post a Comment
Kamleshwar