Skip to content

pymobiledevice3 notification

Post or observe Darwin notifications via notification_proxy.

post

Post one or more Darwin notifications (notify_post).

pymobiledevice3 notification post [OPTIONS] {names}...

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).

pymobiledevice3 notification observe [OPTIONS] {names}...

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.

pymobiledevice3 notification observe-all [OPTIONS]

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.