You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android 8.1.0 I am not receiving notifications when the app is closed.
I believe all other notification states are working correctly. When the app is in the background, I receive notifications which are sent to the system tray. When the app is in the foreground, the notification is delivered to the app to handle and not the system tray.
While figuring out what was going on, I came across autostart. When the app has autostart enabled I can then receive notifications when the app is closed.
I was wondering if there was a way to prompt/auto enable autostart and whether that could be part of this plugin?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
On Android 8.1.0 I am not receiving notifications when the app is closed.
I believe all other notification states are working correctly. When the app is in the background, I receive notifications which are sent to the system tray. When the app is in the foreground, the notification is delivered to the app to handle and not the system tray.
While figuring out what was going on, I came across
autostart
. When the app hasautostart
enabled I can then receive notifications when the app is closed.I was wondering if there was a way to prompt/auto enable
autostart
and whether that could be part of this plugin?Thanks
The text was updated successfully, but these errors were encountered: