1idevicenotificationproxy(1) General Commands Manualidevicenotificationproxy(1)
2
3
4
6 idevicenotificationproxy - Post or observe notifications on a device.
7
9 idevicenotificationproxy [OPTIONS] COMMAND
10
11
13 Post or observe notifications on an iOS device from the command line.
14
15
17 -u, --udid UDID
18 target specific device by UDID.
19
20 -n, --network
21 connect to network device.
22
23 -d, --debug
24 enable communication debugging.
25
26 -h, --help
27 prints usage information.
28
29 -v, --version
30 prints version information.
31
32
34 post ID [ID...]
35 post notification IDs to device and exit.
36
37 observe ID [ID...]
38 observe notification IDs in the foreground until CTRL+C or sig‐
39 nal is received.
40
41
43 Martin Szulecki
44
45
47 https://libimobiledevice.org
48
49 https://github.com/libimobiledevice/libimobiledevice
50
51
52
53 idevicenotificationproxy(1)