Send Alert

Fill out the fields below to send an APNS alert notification. Alert notifications have the form:

{
  "aps": {
    "alert": "Alert text",
    "badge": 0,
    "sound": "default"
  }
}

Alert notifications also set the apns-push-type header to alert.

Same as the app's bundle ID. Sets the apns-topic header.
Environment
Check this when the aps-environment entitlement is equal to development
Auth Type
Choose the .p8 file downloaded from your developer account.
Choose the .p12 (or .pfx) file downloaded from your developer account.
Specifies the time when the notification expires (as a unix timestamp). The value 0 will cause APNS to attempt immediate delivery, without any retries.
Specifies the priority of the notification. Valid values are 5 and 10.
Use the value 0 to remove the badge from the app icon.
Use the value default to make the device play a sound.