Created
May 21, 2020 07:16
-
-
Save KiranJasvanee/8c23be710a73d4815026f3751822580f to your computer and use it in GitHub Desktop.
PubNub Push Notification Payload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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