How to find UDID in the new iPhone Xs and iPhone Xs Max?
Asked
Active
Viewed 2,117 times
0
-
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 Answers
1
- Connect your iPhone to your Mac.
- Navigate to -> About This Mac.
- Click on System Report and select USB.
- Click on iPhone, and copy the value next to the Serial Number label.
- Copy and paste the value. You then need to add a dash (-) after the 8th digit.
Sample Format = XXXXXXXX–XXXXXXXXXXXXXXXX
- 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.
-
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
-
Thank you SO much. I've never seen anything so simple, more frustrating than this. Holy hell, what is Apple thinking????? They should just have an information button on the Developer page. Trying to develop on an iPhone is like some kind of secret society. Despicable on Apple's part, one of many. – John Pitts Aug 19 '23 at 06:35
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
- 133
- 1
- 7
0
Combined all the answers from the internet and included steps for both Mac and Windows.

Durga Sriram
- 406
- 3
- 16