-1

How to find UDID in the new iPhone Xs and iPhone Xs Max?

Vadim Kotov
  • 7,103
  • 8
  • 44
  • 57
Developer
  • 740
  • 3
  • 15
  • What does this have to do with programming and development? You use Apple's assigned Advertiser ID or you generate a UUID on the fly for use in your app. – jww Oct 22 '18 at 13:31

3 Answers3

1

This question has detailed discussion & answers with options to use:

  • Terminal to find UDID via system_profiler
  • XCode
  • System Report
  • 3rd party apps & web-links.

Unable to get UDID from iPhone Xs Max | iOS | Apple | iPhone

foobar
  • 103
  • 2
  • 7
0
  1. Connect your iPhone to your Mac.

enter image description here

  1. Navigate to  -> About This Mac.

enter image description here

  1. Click on System Report and select USB.

enter image description here

  1. Click on iPhone, and copy the value next to the Serial Number label.

enter image description here

  1. Copy and paste the value. You then need to add a dash (-) after the 8th digit.

Sample Format = XXXXXXXX–XXXXXXXXXXXXXXXX

  1. This is the UDID for the iPhone XS and iPhone XS Max.

The above steps will surely help you.

It is working for me.

Thanks.

Community
  • 1
  • 1
Developer
  • 740
  • 3
  • 15
  • What does this have to do with programming and development? You should provide the code to perform the task. – jww Oct 22 '18 at 13:31
0

Combined all the answers from the internet and included steps for both Mac and Windows.

Durga Sriram
  • 281
  • 1
  • 14