HI, All
Making the FirebaseMessaging service as STICKY helps to restart it and receive push-messages after user removed the app from "recent apps list".
But not always :-(
I'm sending pushes by a customer server, using "data" key JSONed, so sending is fully OK.
But often after removing app from "recent apps" list and sending a push - i see in the log that the service is started
but no
.
How can it be - started, but not received the push message ?
Making the FirebaseMessaging service as STICKY helps to restart it and receive push-messages after user removed the app from "recent apps list".
But not always :-(
I'm sending pushes by a customer server, using "data" key JSONed, so sending is fully OK.
But often after removing app from "recent apps" list and sending a push - i see in the log that the service is started
B4X:
** Service (firebasemessaging) Start **
but no
B4X:
Message arrived
How can it be - started, but not received the push message ?