Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone XS doesn't have UDID

I want to add an iPhone XS UDID in the Apple developer portal but I am unable to find the UDID in iTunes and without adding the UDID I am unable to run my app on the iPhone XS. I tried adding the ECID and SEID but it didn't work.

I couldn’t find anything about the disappearance of the UDID on Google either.

Can anyone help me figure out how to register the iPhone XS in the Apple developer portal?

like image 635
Milap Kundalia Avatar asked Sep 11 '25 11:09

Milap Kundalia


2 Answers

For the iPhone XS/XS Max and possibly other iPhones which do not show UUID in Itunes: - Open Xcode - Window -> Devices & Simulators -> Select your iPhone -> Use the "identifier" as shown below: enter image description here

like image 147
Harsh Alkutkar Avatar answered Sep 13 '25 01:09

Harsh Alkutkar


  • 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; you will need to insert a - after the 8th digit.

You can also get the "identifier" from the Xcode "devices" window or have Xcode update the portal directly.

Screenshot of the USB Settings to locate UDID

like image 33
Paulw11 Avatar answered Sep 13 '25 01:09

Paulw11