Skip to content

Instantly share code, notes, and snippets.

@muhammetkole
Created September 15, 2020 20:46
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