Created
June 1, 2021 03:27
-
-
Save levantAJ/f45d5c2133f66ab3500f8477166b357e to your computer and use it in GitHub Desktop.
Testing push notifications on the iOS simulator
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.yourapp.YourAppName", | |
"aps": { | |
"alert": { | |
"body": "Testing Message", | |
"title": "Test Notification" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xcrun simctl push booted com.yourapp.YourAppName payload.json