How to add a notification badge to your app icon?
Notification badges are handy to let your users know they have an unread push notification.
Last updated
Notification badges are handy to let your users know they have an unread push notification.
Last updated
{"aps":{"badge":99}}"messages": [
{
"channel_type": "push",
"platform_type" : ["ios","android"],
"title": "The campaign title",
"body": "The campaign body",
"ios": {
"deep link": "https://example.com/",
"custom_payload": "{\"aps\":{\"badge\":2}}"
"android": {
...
}
}
]