push_notification
Send a push notification to a simulator app using a custom APNs payload JSON, enabling real-time testing of notification handling without a physical device.
Instructions
Send a push notification to an app on a simulator via APNs payload JSON
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | APNs payload as JSON string (e.g., '{"aps":{"alert":"Hello","badge":1}}') | |
| bundleId | Yes | App bundle identifier | |
| deviceId | Yes | Simulator UDID |