ideviceinfo
displays detailed information about connected iOS devices
TLDR
Show all device information
$ ideviceinfo
Show specific domain$ ideviceinfo -q [com.apple.disk_usage]
Output as XML$ ideviceinfo -x
Connect to specific device$ ideviceinfo -u [device-udid]
Show simple key-value output$ ideviceinfo -s
Connect over network$ ideviceinfo -n
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
idevice_id(1), idevicebackup2(1)
