HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

idevice_id — List attached iOS devices or print the device name of a given device. More information: <https://man

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandiosdevicesattachedcliprintlistidevice_id

Problem

How to use the idevice_id command: List attached iOS devices or print the device name of a given device. More information: <https://manned.org/idevice_id>.

Solution

idevice_id — List attached iOS devices or print the device name of a given device. More information: <https://manned.org/idevice_id>.

List the UDIDs of all attached devices:
idevice_id --list


List the UDIDs of all devices available via the network:
idevice_id --network

Code Snippets

List the UDIDs of all attached devices

idevice_id --list

List the UDIDs of all devices available via the network

idevice_id --network

Context

tldr-pages: common/idevice_id

Revisions (0)

No revisions yet.