sim_push_notification
Send a simulated push notification to a specified app on an iOS simulator, using a title and body or a custom APS payload.
Instructions
Send a simulated push notification to an app on a simulator. Constructs an APS payload from title/body, or accepts a full custom payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_id | Yes | Target app bundle identifier | |
| device | No | Device UDID, name, or 'booted' | booted |
| title | No | Notification title | |
| body | No | Notification body text | |
| payload | No | Full APS JSON payload string (overrides title/body if provided) |