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 -d, --debug
21 enable communication debugging.
22
23 -h, --help
24 prints usage information.
25
26
28 post ID [ID...]
29 post notification IDs to device and exit.
30
31 observe ID [ID...]
32 observe notification IDs in the foreground until CTRL+C or sig‐
33 nal is received.
34
35
37 Martin Szulecki
38
39
41 http://libimobiledevice.org
42
43
44
45 idevicenotificationproxy(1)