Hello
I'm now using B4A v8, and have the FirebaseMessaging service as per this thread --
https://www.b4x.com/android/forum/t...-messages-firebase-cloud-messaging-fcm.67716/
When the device screen is on, the MessageArrived event is firing and the associated code running correctly.
However when the device screen is off, the device receives a notification sound and icon, but the MessageArrived event is not firing.
My manifest is targeting the following --
<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="26"/>
Any ideas?
I'm now using B4A v8, and have the FirebaseMessaging service as per this thread --
https://www.b4x.com/android/forum/t...-messages-firebase-cloud-messaging-fcm.67716/
When the device screen is on, the MessageArrived event is firing and the associated code running correctly.
However when the device screen is off, the device receives a notification sound and icon, but the MessageArrived event is not firing.
My manifest is targeting the following --
<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="26"/>
Any ideas?