Closed getsettalk closed 6 months ago
There are some background restrictions in new Android versions. Most of the mobile manufacturers added battery optimization feature, and this feature prevents the background services running alltime. so that might be the reason, more detail here: https://notifee.app/react-native/docs/android/background-restrictions But I think, its not an good idea to asking users to disable battery optimization for their apps. Idk how whatsapp, snapchat etc still manages to send notification while battery optimization is ON.
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
I have tried to find more solution but not found , for why not showing notification with notifee .... i'm using notifee with FCM
My React-native Version is : 0.73.5 Android Device: 10+ Device Name: Realme, Vivo
Sometime we fire notification than showing but sometime it not showing (FCM)
Here is my Code:
i'm listining background notification (index.js):
index.js
"@notifee/react-native": "^7.8.2",
Please Provide me a better solution ... i think this is a bug and most of developer are facing this issue.