Skip to content

Instantly share code, notes, and snippets.

@KiranJasvanee
Created May 21, 2020 07:16
Show Gist options
  • Save KiranJasvanee/8c23be710a73d4815026f3751822580f to your computer and use it in GitHub Desktop.
Save KiranJasvanee/8c23be710a73d4815026f3751822580f to your computer and use it in GitHub Desktop.
PubNub Push Notification Payload
{
"pn_apns": {
"aps": {
"alert": "hello world"
},
"pn_push": [
{
"targets": [
{
"environment": "development",
"topic": "<Bundle_ID>"
}
],
"version": "v2"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment