gautambjain

Results 4 comments of gautambjain

I am having the same issue. The data message doesn't reach onMessageReceived if the android app is in the background. Many have suggested a solution here: https://stackoverflow.com/questions/48451761/firebase-message-with-high-priority-not-waking-device-from-doze-android-6 The solution is...

> ``` > { > "priority": "high", // legacy HTTP protocol (this can also be set to 10) > "android": { > "priority": "high" // HTTP v1 protocol > }...

Wow @samtun - Aspect="Center" works. This is a good workaround. Thanks for sharing. @jsuarezruiz This issue still exists in Maui 8.0.10.

For google-services.json error, adding following lines worked for me. Thanks @Marckxp for showing the direction. ``` ```