Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where to find iPhone device UDID? if iTunes expected to be retired by macOS 10.15, expected to be announced in wwdc19

I have been using iTunes to find my iPhone device UDID for iOS development, iTunes is expected to be retired in macOS 10.15 expected to be announced in wwdc19 on June 03. where else in my Mac I can find the device UDID? please list all the possible ways local device, remote device...

I don't know.

like image 808
Aruna Avatar asked Jun 03 '19 08:06

Aruna


People also ask

How do I find my UDID iOS 15?

Plug your iPhone into your Mac using the USB cable. Open Finder and select your iPhone in the sidebar. Click on the text with the iPhone model, drive capacity, and battery information, and it will change to show the serial number, UDID, and model. To copy the UDID, right click on the text and select "Copy UDID".

Is iPhone UDID same as serial number?

No They are not same. And UDID is hidden number to use for device testing its a unique key that is stored in apple database.


2 Answers

You can find UDID from XCode.

  • After connecting the device to XCode, Go To: XCode -> Window -> Devices and Simulators
  • Select the connected device
  • See "Identifier" from information on right side

XCode

like image 66
Bhavik Modi Avatar answered Nov 08 '22 17:11

Bhavik Modi


Connect the iOS Devices to Mac.

Open Xcode, Window menu Devices and Simulators (⇧⌘2) Devices tab (Devices and Simulators) Select the iOS Device UDID is displayed next to the Identifier. copy it, use it for development...


Xcode > Window menu > Devices and Simulators (⇧⌘2) > Devices > select iPhone Device > Identifier (this is the device UDID) > select the text > Copy > Done.

iTunes is not needed, Xcode is sufficient.

like image 20
Sree Avatar answered Nov 08 '22 17:11

Sree