xcode_push_notification
Send push notifications to iOS simulators during testing by specifying simulator UDID, app bundle ID, and notification payload file path.
Instructions
Push a notification to a simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | The UDID of the simulator | |
| bundleId | Yes | Bundle identifier of the app | |
| payload | Yes | Path to notification payload file |