Send Background

Fill out the fields below to send an APNS background notification. Background notifications have the form:

{
  "aps": {
    "content-available": 1
  },
  "custom-data": "value"
}

Background notifications also set the apns-push-type header to background.

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.