invertase / notifee

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

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

Open amm4ryous4f opened 3 months ago

amm4ryous4f commented 3 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 3 months ago

+1

douglasscriptore commented 3 months ago

+1

singhayush1403 commented 3 months ago

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

gollobo commented 3 months ago

+1

amirhosein5858 commented 2 months ago

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

santhoshvai commented 2 months ago

+1

Dr0pG commented 2 months ago

Any news?

github-actions[bot] commented 1 month 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 1 month 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 weeks 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