Replies: 1 comment
-
Same, but I don't using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Context
I'm using FirebaseMessaging.onBackgroundMessage() to register an handler in charge to display notification with flutter_local_notifications plugin.
Behavior
Everything is fine except that users who didn't open app for days (dont know how many) no longer see notification.
The app is not manually killed, just not in foreground for some days.
If they reopen the app the can see notifications again.
The FCM token dont change.
Is my background handler killed after some time ? Or it's a FCM particulary behavior ?
I can be the only one who wants notification working every day :(
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions