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
Trying the command createTriggerNotification() on android have a different behaviour than expected. I tried 7 times and then only 1 or 2 notifications was triggered. I check listing all the notifications and looks like not all was added. On ios it works well addind each notification and listing it.
Properly add each notification get the complete list when getTriggerNotificationIds() is called and properly trigger on the device IOS/Android.
Current
Ios working well, On android it is added randomly, so just a few ones are listed when getTriggerNotificationIds() is called and just these ones are triggered properly on android device.
Description
Trying the command createTriggerNotification() on android have a different behaviour than expected. I tried 7 times and then only 1 or 2 notifications was triggered. I check listing all the notifications and looks like not all was added. On ios it works well addind each notification and listing it.
Versions
"react": "19.2.0",
"react-native": "0.83.1",
"@notifee/react-native": "^9.1.8",
Expected vs Current behaviour
Expected
Properly add each notification get the complete list when getTriggerNotificationIds() is called and properly trigger on the device IOS/Android.
Current
Ios working well, On android it is added randomly, so just a few ones are listed when getTriggerNotificationIds() is called and just these ones are triggered properly on android device.