How To Get the UDID/UUID of your iOS Device – Even In A Panic

Most iOS developers know that in order to “activate” your iOS device (e.g., iPhone, iPad, iPod Touch) to use the latest beta of iOS 5, you need to have your UDID/UUID officially registered with Apple in their Development center. I learned this the hard way as I had not recorded…

Most iOS developers know that in order to “activate” your iOS device (e.g., iPhone, iPad, iPod Touch) to use the latest beta of iOS 5, you need to have your UDID/UUID officially registered with Apple in their Development center. I learned this the hard way as I had not recorded it and had installed the iOS beta 1 and was suddenly in a screen that said that my device was not a registered device. And, I could find absolutely no way to get the UDID/UUID from iTunes or the device itself.

What is the UDID/UUID? It’s essentially a unique identifier specific to your iOS gadget. Think of it as sort of a serial number.

Normally, it is quite easy to get the UDID/UUID of your iOS device. Simply connect your iPad or iPhone to iTunes and then look at the Summary screen when your device is selected within iTunes. You will, by default, see the Serial Number.

- Advertisements -

iTunes_summary

Click on the Serial Number and then you will see the “Identifier (UDID/UUID)” of your iOS device (you can copy that number):

iTunes_UUID

There are also some apps that you can download from the iTunes store that gets your UDID/UUID for you and then you can email it to yourself. You can use something like UDID (iTunes link) that gets you all of the information that you need. An example is below:

UDID_screenshot

But, what if you did something dumb like what I did and NOT make a note of your iOS device’s UDID/UUID, install a beta of iOS 5 and then were stuck in the Activation screen saying that your device was not registered to be activated (meaning that you need to have your UDID/UUID on file within the Apple Developer Center so that you could install beta versions)…well, after a few minutes of panic trying to figure out how to get the UDID/UUID, I discovered the best way to do it. The problem is, when your device isn’t registered, you can’t do either of the options above (e.g., via an App or via iTunes).

So here is how you can get your UDID/UUID if your iOS device is pseudo “bricked” (meaning just stuck in activation).

Download Apple’s iPhone Configuration Utility. There are versions for PC and Mac which you can get here. This is a free application that is used for Corporations to better manage iOS devices within their control. The description on the Apple page describes it as: “iPhone Configuration Utility lets you easily create, maintain, encrypt, and install configuration profiles, track and install provisioning profiles and authorized applications, and capture device information including console logs.”

Once you download the iPhone Configuration Utility, just fire it up and connect your iOS device. From there, you can get all of the information that you need.

iPhone_config_utility

After you get your UDID/UUID, log into your Apple Developer Account and register your iOS device’s UDID/UUID. Then the activation of your device will be complete.

HTD says: As always, don’t panic, there is always a solution to tricky situations!

- Advertisements -