When the app is not running (background/foreground), in few devices FCM push notifications get delivered.
While in few phones (like Vivo models) for this app state, all notifications get delivered all together when the app is reopened.
I have used BroadcastReceiver
with PendingIntent.getBroadcast()
method and followed below helpful links,
Still for Vivo models I received all notifications only when app is reopened.Ideally though app is not running in background/foreground, app should receive all notifications. Thank you in advance.