Hi, I have setup the push notifications and it works great. But I want to try to send silent push notification. I tried to put "content-available" as key and "1" as the value and it doesn't work. I tried to use different variation like "aps" as key, "{"content-available":1}" as value. still no luck. Did I do something wrong or may be do I need to set something in the iOS side?
TL;DR
Developers want to send silent push notifications on iOS. They tried using "content-available": 1 and other variations, but it's not working. Is there something they missed or need to set up on the iOS side?
Solution: Make sure to set up the correct payload format for silent push notifications. The key should be "aps" with a nested dictionary containing "content-available": 1 as the value.