Facing similar issues. Any solution?
Post
Replies
Boosts
Views
Activity
Try my below sample payload.
Add "content-available": 1 line in your payload.
{
"aps": {
"alert": "Game Request",
"sound": "default",
"content-available": 1
}
}