simctl_push_notification
Send a push notification to an iOS simulator device using a JSON payload and optional bundle identifier for testing app responses.
Instructions
Send a push notification to a simulator device.
Args: device: Device UDID, name, or 'booted' for current device payload: Push notification payload as JSON object bundle_id: Target app bundle identifier (optional if specified in payload)
Returns: Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | ||
| payload | Yes | ||
| bundle_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |