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
A bug was introduced in pull request #92 that causes foreground notifications to not work on
Android. The reason for this is that the LocalNotifications is not being initialized correctly
since it it now only being initialized when the user accepts the informed consent.
The foreground notifications work during the session when the user accepts the informed consent,
but it does not work after the app is closed and reopened.
🔬 How To Reproduce
Install the app
Receive a notification on Android while in the foreground
📈 Expected behavior
Notifications should be displayed on Android while the app is in the foreground in any session.
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
A bug was introduced in pull request #92 that causes foreground notifications to not work on
Android. The reason for this is that the
LocalNotifications
is not being initialized correctlysince it it now only being initialized when the user accepts the informed consent.
The foreground notifications work during the session when the user accepts the informed consent,
but it does not work after the app is closed and reopened.
🔬 How To Reproduce
📈 Expected behavior
Notifications should be displayed on Android while the app is in the foreground in any session.
The text was updated successfully, but these errors were encountered: