Hi
I’m looking for a way to list all connected(thorough USB cable) IOS devices to macbook which appium runs on it(Getting the udid and name information about the devices).
Is something like that possible with appium client libraries or should I find a 3’rd party library to achieve that
Thanks for the info
But I have another problem here when I run the instruments -s devices command it shows both simulators and real devices .
So how can I seperate real devices(Especially iphones) from simulators or macbooks
The way I do this is with ‘idevice_id -l’, which is installed with ideviceinstaller. ‘idevice_id -l’ will return the uuid’s of real devices only. If you store these in an array and parse the output from instruments into a hash you can do a quick comparison and create a hash of real devices only.