simctl_push
Send push notifications to iOS simulator apps for testing notification functionality. Specify device, app bundle ID, and payload to simulate real-world push scenarios.
Instructions
Send a push notification to an app on a simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | Device UDID, name, or "booted" | |
| bundle_id | Yes | Bundle identifier of the app to receive the push | |
| payload | Yes | Push notification payload (file path or JSON object) |