1idevicedevmodectl(1) General Commands Manual idevicedevmodectl(1)
2
3
4
6 idevicedevmodectl - Enable Developer Mode on iOS 16+ devices or print
7 the current status.
8
10 idevicedevmodectl COMMAND [OPTIONS]
11
12
14 Enable Developer Mode on iOS 16+ devices or print the current status.
15
16
18 Passcode-protected devices will NOT allow enabling of Developer Mode
19 from the command line. It has to be enabled on the device itself under
20 Settings -> Privacy & Security -> Developer Mode. The enable command
21 will try to enable it, and tell you if that's the case. If the menu is
22 not shown, you may use the reveal command to reveal it.
23
24
26 list Prints the Developer Mode status of all connected devices, or
27 for a specific one if --udid is given.
28
29 enable Enable Developer Mode (device will reboot), and confirm it after
30 device booted up again.
31
32 arm Arm the Developer Mode (device will reboot)
33
34 confirm
35 Confirm enabling of Developer Mode
36
37 reveal Reveal the Developer Mode menu on the device under Settings ->
38 Privacy & Security
39
40
42 -u, --udid UDID
43 target specific device by UDID
44
45 -n, --network
46 connect to network device
47
48 -d, --debug
49 enable communication debugging
50
51 -h, --help
52 print usage information
53
54 -v, --version
55 print version information
56
57
59 Nikias Bassen
60
61
63 https://libimobiledevice.org
64
65 https://github.com/libimobiledevice/libimobiledevice
66
67
68
69 idevicedevmodectl(1)