Search code examples
iosiphoneipadipodudid

Is it possible to get other device information from just a UDID?


I'm wondering if anyone knows of any methods for retrieving device information from just a device's UDID (iOS). For example, if a client gives you a device UDID, is it at all possible to find out the device model?

Thanks!


Solution

  • No. The UDID is an SHA1 hash of a few components, and for all intents and purpose, impossible to reverse.

    http://theiphonewiki.com/wiki/UDID

    You can get the information you need from [UIDevice currentDevice]