LinuxCommandLibrary

ideviceinfo

displays detailed information about connected iOS devices

TLDR

Show all device information

$ ideviceinfo
copy
Show specific domain
$ ideviceinfo -q [com.apple.disk_usage]
copy
Output as XML
$ ideviceinfo -x
copy
Connect to specific device
$ ideviceinfo -u [device-udid]
copy
Show simple key-value output
$ ideviceinfo -s
copy
Connect over network
$ ideviceinfo -n
copy

SYNOPSIS

ideviceinfo [options]

DESCRIPTION

ideviceinfo displays detailed information about connected iOS devices. Part of the libimobiledevice suite. Shows over 100 parameters including ProductVersion, DeviceName, HardwareModel, WiFiAddress, and more. Requires the device to be trusted (unlocked and paired).

PARAMETERS

-u udid

Target specific device by UDID.
-q domain
Query specific domain.
-k key
Show only specific key.
-x
Output as XML plist.
-s
Simple key-value output.
-n
Connect over network.
-d
Enable debug output.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community