Created
May 22, 2020 13:14
-
-
Save oleghnidets/3956d156b1059f37bdd055077c1c1ce8 to your computer and use it in GitHub Desktop.
Simulator push notification template
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
{ | |
"Simulator Target Bundle": "com.app.bundleid", | |
"aps": { | |
"alert": { | |
"title": "Push on the simulator \ue057", | |
"subtitle": "So cool notification", | |
"body": "This notification is going to show up in the simulator!" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment