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
Hello and thank you for work on this package it helped us a lot to deliver useful products for child healthcare.
Recently we've updated to Android SDK 34 and RN 0.72 and suddenly notifications are only displayed when app is open. When closed, notifications are not displayed.
I've already checked:
App notification permissions are enabled
App battery settings are in non-restrict mode
App alarm permissions are enabled
Notification channel is setup with AndroidImportance.HIGH
The code we use to schedule the notification looks something like this:
Note: Even when alarmManager is undefined or false the result is the same.
When this code triggers notification 10 seconds from now it shows correctly, but if I close the app within these 10 seconds the notification is not shown.
Help would be much appreciated. Thanks 🙏
The text was updated successfully, but these errors were encountered:
Hello and thank you for work on this package it helped us a lot to deliver useful products for child healthcare.
Recently we've updated to Android SDK 34 and RN 0.72 and suddenly notifications are only displayed when app is open. When closed, notifications are not displayed.
I've already checked:
The code we use to schedule the notification looks something like this:
Note: Even when alarmManager is undefined or false the result is the same.
When this code triggers notification 10 seconds from now it shows correctly, but if I close the app within these 10 seconds the notification is not shown.
Help would be much appreciated. Thanks 🙏
The text was updated successfully, but these errors were encountered: