getInitialNotification() not working in iOS neither notifee's nor Firebase's.
getInitialNotification not working in iOS in when I click on notification in kill state. I have tried your getInitialNotification and also firebase getInitialNotification() but both are not working. So. I can't perform any action from kill state.
+1
+1
This issue has been present for months and makes the library useless for production. Any fixes?
+1
im facing this issue also
and as mentioned in docs notifee.onForegroundEvent not helped!
+1
Any news?
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.
Also ran into this issue. The only way I found to fix it is to downgrade to
"@notifee/react-native": "^5.7.0",
was facing same issue. i was using @react-native-firebase/messaging and notifee library. this notifee latest version causing issue on causing issue on ios on calling getInitialNotification and onNotificationOpenedApp as these events are handled by it as in docs https://rnfirebase.io/messaging/usage. just downgrade notifee version to ^5.7.0 or remove it if not necessary. just solve problem
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.
Facing this issue as well
facing same issue
Also ran into this issue. The only way I found to fix it is to downgrade to
"@notifee/react-native": "^5.7.0",
This worked for us as well, we were using:
"react-native": "0.74.2",
"@react-native-firebase/app": "^20.4.0",
"@react-native-firebase/messaging": "^20.4.0",
"@notifee/react-native": "^7.8.2",
Downgrading to Notifee "0.5.7" and using messaging().getInitialNotification() from react-native-firebase/messaging and NOT the notifee.getInitialNotification() solved the issue on iOS and Android.
Same here. Both libraries stop working if Notifee is set to any version newer than 5.7.0.
Possible duplicate. See:
- #1118
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.
This issue persists. Not stale.
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.
This issue still persists. Not stale.
any soltuion apart from downgrade to 5.7.0? when notificaton press want to deep link to specfic url which is in data payload of notifcation
same issue still persists!!
@karimelsaidy how did you solve?
+1
I'm running latest @react-native-firebase/messaging v21.12.0 and @notifee/react-native v9.1.8.
It affects Android as well.
getInitialNotification is always null.
@dariodaich i am also finding solution from past couple of weeks but unfortunerly didnt succeed yet. let me known if you manage to solved it somehow.
I'm running latest @react-native-firebase/messaging v21.12.0 and @notifee/react-native v9.1.8.
It affects Android as well.
getInitialNotification is always null.
same for me
Despite what the rnfirebase/messaging docs say, it appears that messaging().getInitialNotification() and messaging().onNotificationOpenedApp() are still being called despite the Notifee integration.
"@notifee/react-native": "9.1.8", "@react-native-firebase/messaging": "21.13.0", "expo": "52.0.44",
https://github.com/invertase/notifee/issues/880#issuecomment-2236142556
@mysport12 for andorid its working not for ios
"@react-native-firebase/messaging": "19.2.2", "@notifee/react-native": "9.1.8", "react-native": "0.72.14", No new Arch, but Hermes enabled.
Tested on both platforms on real devices - both work as expected (there is no "null" in getInitial...)