How to find iPhone UDID on MacOS hassle free
1 min readApr 4, 2024
If you are dealing with real device test automation, finding UDIDs is a crucial step one needs to deal with. In this short guide, I will show you the simplest methods to find UDID if you are on a MacOS hardware.
1 — No Code Finder Solution
- Connect your iDevice to one of the USB ports on your machine
- Trust the device
- Open Finder and click on the device you hooked up
- Click on the model name text under the name of the device while in general tab. One click will reveal Serial number, second click will reveal UDID and EID, third and fourth will reveal IMEI related info.
2 — Simple Terminal Command Solution
This solution is quick if you have only one device connected to your machine.
- Open up the terminal
- Run below command in zsh or bash.
idevice_id
That’s all folks.