How can we send a silent push notification to the iOS app through FCM Downstream messages ? Here is my Downstream message :
{
"content_available":true ,
"priority": "high",
"to": "<device token>"
}
I received a success response from Firebase, but the notification is not delivered to the iOS app.
Also, when I send a Downstream Message with the notification payload, it is successfully delivered to the iOS app but its not silent.