invertase / notifee

⚛️ A feature rich notifications library for React Native.
https://notifee.app
Apache License 2.0
1.88k stars 228 forks source link

getInitialNotification() not working in iOS neither notifee's nor Firebase's. #1043

Open amm4ryous4f opened 6 months ago

amm4ryous4f commented 6 months ago

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.

StasSokolov1 commented 6 months ago

+1

douglasscriptore commented 6 months ago

+1

singhayush1403 commented 5 months ago

This issue has been present for months and makes the library useless for production. Any fixes?

gollobo commented 5 months ago

+1

amirhosein5858 commented 5 months ago

im facing this issue also and as mentioned in docs notifee.onForegroundEvent not helped!

santhoshvai commented 5 months ago

+1

Dr0pG commented 4 months ago

Any news?

github-actions[bot] commented 3 months ago

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.

0xthk commented 3 months ago

Also ran into this issue. The only way I found to fix it is to downgrade to "@notifee/react-native": "^5.7.0",

usman965 commented 3 months ago

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

github-actions[bot] commented 2 months ago

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.

matthewWatson571 commented 2 months ago

Facing this issue as well

sagarkrios commented 2 months ago

facing same issue

x43n commented 2 months ago

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.

rodperottoni commented 1 month ago

Same here. Both libraries stop working if Notifee is set to any version newer than 5.7.0.

LunatiqueCoder commented 1 month ago

Possible duplicate. See:

github-actions[bot] commented 5 days ago

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.

matthewWatson571 commented 5 days ago

This issue persists. Not stale.