Push Notification Testing Tool for FCM and APNs

Test Android and iOS push payloads from one dashboard. Upload credentials, send notifications, and verify delivery behavior before releasing production campaigns or transactional alerts.

Loading push gateway...

Typical Use Cases

Validate payload structure, test token targeting, and confirm APNs or FCM credentials.

Before Release

Run staging payload tests to catch badge, sound, and deep-link issues early.

During Incidents

Quickly isolate whether failures are credential, payload, or device-token related.

Example Notification Payload

{
  "title": "Build Complete",
  "body": "Your deployment finished successfully.",
  "data": {
    "screen": "deployments",
    "buildId": "b_3092"
  }
}