FCM Notification not showing when app killed on some devices

I am working with ionic 3,

Some of devices not receiving FCM notifications when the app is killed on Android.
Mostly common devices are Oppo, Vivo and Xiaomi.

I’ve tested two plugin

and

Did you check with the onNotification method? and inside the onNotification wasTapped or not?.
If you are not able to get any push notifications
try following:

  • Check are you registering your device with the corresponding server(backend).
  • Once if it is registering successfully then check if the backend sending the push msg to the device registered…

I’ve get the particular device token registered with my app. when app is on foreground the notification will show in notification bar but when you remove the app from background then the app didn’t get any notification on notification bar.

check with this link once. It may help you.

Thanks i tried but not helpful.

I have the same problem but only with iOS, just spend like 2 days trying to figure out what’s happenin but with no luck :frowning:

Sry this was my mistake, just in case my the mistake was this:

i just saw that the background notifications was enabled but this not is the capability of getting push notifications so i just added the cappability and run again.