Created
June 11, 2020 14:06
-
-
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.
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.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