fechanique / cordova-plugin-fcm

Google FCM Push Notifications Cordova Plugin
624 stars 989 forks source link

FCM push notifications are not appearing in background in android 8.0 Oreo device. #473

Open sarmadzaki opened 6 years ago

sarmadzaki commented 6 years ago

i've installed and configured all the requirements of fcm on client and server(node-fcm) both and sending push notification successfully whenever i want in all devices but when i'm sending to Android 8.0 device its coming within app when app is opened while not coming in background (drawer) when app is closed. kindly anyone who can help me in this or tell if fcm has updates for oreo or not. or this is a bug. Thanks

flikogenso commented 6 years ago

hi, i faced the same issue, any update on this issue?

dheerajchugh1 commented 6 years ago

Hi I am also facing the same issue. any help on this ?

lukasstaecker commented 6 years ago

Same issue here! Any news?

lukasstaecker commented 5 years ago

Hey guys, you need to update com.google.firebase:firebase-messaging to 11.8.0 (I had it on 9.0.0 before). You can do that in your project.properties. In case you run into build errors, check this post for help: https://github.com/fechanique/cordova-plugin-fcm/issues/499.

saberprashant commented 5 years ago

Hi @sarmadzaki , can you please tell me how did you actually solved it?