Skip to content

Instantly share code, notes, and snippets.

@artem-shmatkov
Created June 11, 2020 14:06
Show Gist options
  • Save artem-shmatkov/2f7b0be8ce197156007f67eb7cc97121 to your computer and use it in GitHub Desktop.
Save artem-shmatkov/2f7b0be8ce197156007f67eb7cc97121 to your computer and use it in GitHub Desktop.
Testing push notifications in Xcode simulator. Just donwload and drag the file to simulator window.
{
"Simulator Target Bundle": "<your app's bundle id>",
"aps": {
"alert": {
"title": "Push Notification",
"subtitle": "Test Push Notifications",
"body" : "Testing Push Notifications on iOS Simulator",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment