LinuxCommandLibrary

idevice_id

lists connected iOS device identifiers

TLDR

List connected devices

$ idevice_id -l
copy
Show device UDID
$ idevice_id
copy
List in simple mode
$ idevice_id -l -n
copy
Debug output
$ idevice_id -d -l
copy

SYNOPSIS

idevice_id [options]

DESCRIPTION

idevice_id lists connected iOS device identifiers. It detects iPhones, iPads, and iPods via USB or network.
The tool provides UDIDs needed for other libimobiledevice commands. It's the first step in iOS device management.

PARAMETERS

-l, --list

List device UDIDs.
-n, --network
Include network devices.
-d, --debug
Debug output.
-u UDID
Target device.
--help
Display help information.

CAVEATS

Part of libimobiledevice. Requires USB access. May need pairing.

HISTORY

idevice_id is part of libimobiledevice, the open-source iOS device communication library.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community