Skip to content

Instantly share code, notes, and snippets.

@artem-shmatkov
Created June 11, 2020 14:06
Show Gist options
  • Save artem-shmatkov/9d5c7dec6cda654c02e39fea2f4df074 to your computer and use it in GitHub Desktop.
Save artem-shmatkov/9d5c7dec6cda654c02e39fea2f4df074 to your computer and use it in GitHub Desktop.
Testing push notifications in Xcode simulator. Just donwload and drag the file to simultor window.
{
"Simulator Target Bundle": "com.testapp.TestPushNotifications",
"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