Skip to content

Instantly share code, notes, and snippets.

@muhammetkole
Created September 15, 2020 20:46
Show Gist options
  • Select an option

  • Save muhammetkole/22cf3cc8a7b026f2ea2661b8497b773e to your computer and use it in GitHub Desktop.

Select an option

Save muhammetkole/22cf3cc8a7b026f2ea2661b8497b773e to your computer and use it in GitHub Desktop.
Example apns file for testing push notifications
{
"Simulator Target Bundle": "com.your.targets.bundle.identifier",
"aps": {
"alert": "Push Notifications Test",
"sound": "default",
"badge": 1
}
}
@devShivanshu
Copy link

Any idea how to send an image with this? For example if I want to show an image in notification ?

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