Notifications are very unreliable while app is open, even if in background and the phone is locked #541
-
We're struggeling with android push notifications:
We need notifications to always show in the notification center. I tried to create a local notification when a notification is received while in foreground, but that code seems to only run once the phone is unlocked and users may not do that until it is too late. The entire "do something different when app is open or in foreground"-codepath is a problem to us, I'd like to disable it completely. Things work great as long as the app does not hit that codepath. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Push notifications are definitely delivered and displayed, even if the phone is locked. The requirement is, of course, that the permission has been granted and that the plugin has been configured correctly. |
Beta Was this translation helpful? Give feedback.
Nope, it turns out in this case it just takes a while, but it shows. It's good enough for me.