Skip to content

Instantly share code, notes, and snippets.

@levantAJ
Created June 1, 2021 03:27
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 levantAJ/f45d5c2133f66ab3500f8477166b357e to your computer and use it in GitHub Desktop.
Save levantAJ/f45d5c2133f66ab3500f8477166b357e to your computer and use it in GitHub Desktop.
Testing push notifications on the iOS simulator
{
"Simulator Target Bundle": "com.yourapp.YourAppName",
"aps": {
"alert": {
"body": "Testing Message",
"title": "Test Notification"
}
}
}
@levantAJ
Copy link
Author

levantAJ commented Jun 1, 2021

xcrun simctl push booted com.yourapp.YourAppName payload.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment