Hey all,
Is there anyway I can grab the iPhone Device ID on a windows machine without using iTunes? I entered in the wrong ID and now won't let me activate phone (or re-access the Device ID through iTunes).
Is the only option using xCode?
Thanks!
The UUID? You can grab this app directly on your iPhone
http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285691333&mt=8
It's free, tells your device id.
His iPhone is in the "connect to iTunes mode" for an iPhone that has been upgraded to 3.0 but not unlocked via Apple to be able to use.
Come on man. 😀
LOL, I always skim! I must read. Well that will help SOMEONE on this planet hehe.
No idea how you can get the ID without iTunes.
Maybe check here.
http://www.ispeeddial.com/how-to-find-your-iphone-uuid/
Plug it in and look at the USB id in Windows control panel or OSX system profiler. It's the device id.
Ah shoot, I'm having trouble finding it in the device manager for Windows. Bit tied up right now. Someone else help, please?
UIDevice *device = [UIDevice currentDevice];
NSString *uniqueIdentifier = [device uniqueIdentifier];
[device release];
NSLog(@Device GUID: %@, uniqueIdentifier);
Hey all,
Is there anyway I can grab the iPhone Device ID on a windows machine without using iTunes? I entered in the wrong ID and now won't let me activate phone (or re-access the Device ID through iTunes).
Is the only option using xCode?
Thanks!