Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone Xs and Xs Max no UDID showing on iTunes?

Tags:

iphone

udid

UDIDs are not showing in the latest version of iTunes 12.9 with iPhone Xs and Xs Max running iOS 12.

Does anyone know how to obtain the UDID from the new iTunes?

So far I managed to get a 24-digit code from Xcode. I am using iPhone Xs Max, the device is showing up as an iPhone 4 in Xcode!

It seems like Apple has changed the UDID format from 40 digits to 24 digits, and a hyphen has to be added after the first 8 digits for the registration to work. e.g. 00008020-

Note: the code that shows in Xcode does not include the “-“, it needs to be added manually. It will not work if you paste the 24-digit code onto the device registration page.

Just wondering if anyone managed to get the UDID on iTunes without using Xcode? Or third party softwares?

This is the method I used so far:

  1. Connect iPhone to Xcode.
  2. Windows - Devices and simulators.
  3. Copy the 24-digit indentifier code.
  4. Add a hyphen after the first 8 digits.
  5. Register on the apple dev account device list.

Let us know if there is an easier way.

Hope this helps, and can save people some time.

like image 582
Theo Avatar asked Sep 24 '18 12:09

Theo


People also ask

How do I get my UDID from my iPhone to iTunes?

Select your iOS device by clicking the device's image located at the upper-left corner of iTunes's UI. On the next screen, a window should appear listing your phone's Capacity, Phone Number, and Serial Number. By clicking on Serial Number once, the prompt should change to display your UDID.

Why won't my iPhone XS connect to iTunes?

Try another USB cable or port. Third-party USB cable may cause the compatibility problems, results in a connection issue between the computer and the USB device, and therefore lead to iPhone not connecting iTunes error. It's suggested to use the OEM USB cable to connect iPhone to iTunes correctly.


1 Answers

For a non-Xcode answer, see https://stackoverflow.com/a/52473809/3303337. Quoting that answer:

  • Go to "->About This Mac".
  • Click on "System Report" and select "USB".
  • Find your phone and the "Serial Number" field is what you are after.
  • Copy this value and paste it into the developer portal when you register a new device.

Then just inject a dash after the first 8 digits.

like image 105
dpalmer Avatar answered Sep 27 '22 02:09

dpalmer