Hello all,
Some users reported to me that, after a device boot, my apps those are using FCM service were only restarting to receive push messages after a manual app opening. The information was very strange for me because the push messages from FCM should start the service even with the app and services stopped. Then I tested and confirmed: after a boot,the app must to be restarted manually by user to receive FCM messages again.
I could to put a #StartAtBoot: True in FirebaseMessaging service but , reading the documentation, I really thought that this was unnecessary due the behavior of push protocol?
Does anybody have any experience in this situation?
Some users reported to me that, after a device boot, my apps those are using FCM service were only restarting to receive push messages after a manual app opening. The information was very strange for me because the push messages from FCM should start the service even with the app and services stopped. Then I tested and confirmed: after a boot,the app must to be restarted manually by user to receive FCM messages again.
I could to put a #StartAtBoot: True in FirebaseMessaging service but , reading the documentation, I really thought that this was unnecessary due the behavior of push protocol?
Does anybody have any experience in this situation?