App Background Notifications Not Working
muhyal opened this issue · 3 comments
Hello,
If the application screen is open, all notifications work fine, but notifications do not work when the application is closed or the device is locked.
I have accessed the following issues but haven't found a solution yet:
MaikuB/flutter_local_notifications#1712
transistorsoft/flutter_background_fetch#288
transistorsoft/flutter_background_fetch#285
transistorsoft/flutter_background_fetch#282
The same issue exists in your current production application.
Many thanks in advance for your help.
Notifications aren't working for me either. Using the latest version available in the Play Store as of the date of creation of this issue. Device model: SM-J105B
Thanks a lot for your error reports. I plan to introduce a proper foreground service on Android so that users have a standardized way to keep up connections without the app running.
Often you can change the battery or energy saving mode for an app in the system settings (long press the app icon and then select app info and then look for battery / energy saving mode). Choose no restrictions to enable regular background checks when the app is not running.
Hope this helps!
Robert
There are currently no restrictions or battery optimization active. I think these bugs will be fixed in the new version. The most basic feature of an email application is a smooth notification system :) Thank you for your support @robert-virkus