You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sending a data-only packet to my firebase client, and onMessageReceived is not getting called for a certain set of devices (Android > 5.0). I am assuming the problem could be because of auto start added in these latest version, so I have implemented a BOOT receiver to rectify that as well. But, the method onMessageReceived is still not getting triggered when the app is killed. This is happening for Xiaomi Mi, ASUS.
I am looking for a solution add my app in auto-start by default.