pymobiledevice3 notification¶
Post or observe Darwin notifications via notification_proxy.
post¶
Post one or more Darwin notifications (notify_post).
Arguments:
| Argument | Description |
|---|---|
names... |
[required] |
Options:
| Option | Description |
|---|---|
--insecure / --no-insecure |
Use the insecure relay meant for untrusted clients instead of the trusted channel. [default: no-insecure] |
--remotexpc |
Talk to the notification proxy directly over RemoteXPC instead of tunnelling the lockdown service through its shim. Requires an RSD tunnel (--rsd/--tunnel/--userspace). |
Accepts the connection options: --rsd, --tunnel, --userspace, --mobdev2, --usbmux, --udid.
observe¶
Subscribe and stream notifications (notify_register_dispatch).
Arguments:
| Argument | Description |
|---|---|
names... |
[required] |
Options:
| Option | Description |
|---|---|
--insecure / --no-insecure |
Use the insecure relay meant for untrusted clients instead of the trusted channel. [default: no-insecure] |
--remotexpc |
Talk to the notification proxy directly over RemoteXPC instead of tunnelling the lockdown service through its shim. Requires an RSD tunnel (--rsd/--tunnel/--userspace). |
Accepts the connection options: --rsd, --tunnel, --userspace, --mobdev2, --usbmux, --udid.
observe-all¶
Subscribe to all known firmware notifications and stream events.
Options:
| Option | Description |
|---|---|
--insecure / --no-insecure |
Use the insecure relay meant for untrusted clients instead of the trusted channel. [default: no-insecure] |
--remotexpc |
Talk to the notification proxy directly over RemoteXPC instead of tunnelling the lockdown service through its shim. Requires an RSD tunnel (--rsd/--tunnel/--userspace). |
Accepts the connection options: --rsd, --tunnel, --userspace, --mobdev2, --usbmux, --udid.