When I send a data only message from the app server while the app is killed or device turned off, the message is never received in the app after it is restarted. The send action (REST HTTP) is successful. When I only turn off the internet on the phone, then send a message from the server, now turn on the internet on phone, the message is received. But after app killed or device turned off, the message is never received after app runs again.
{
"to" : "thekey",
"data" : {
"id" : "123"
}
}
Or can I force a sync from the FCM server when my app starts?
I am using FCM 11.0.4.
Any help would be appreciated.