Created
September 15, 2020 20:46
Example apns file for testing push notifications
This file contains 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
{ | |
"Simulator Target Bundle": "com.your.targets.bundle.identifier", | |
"aps": { | |
"alert": "Push Notifications Test", | |
"sound": "default", | |
"badge": 1 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any idea how to send an image with this? For example if I want to show an image in notification ?