Skip to content

Instantly share code, notes, and snippets.

@oleghnidets
Created May 22, 2020 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oleghnidets/3956d156b1059f37bdd055077c1c1ce8 to your computer and use it in GitHub Desktop.
Save oleghnidets/3956d156b1059f37bdd055077c1c1ce8 to your computer and use it in GitHub Desktop.
Simulator push notification template
{
"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