Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
amm4ryous4f opened this issue May 23, 2024 · 15 comments

Comments

@amm4ryous4f
Copy link

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
Copy link

+1

1 similar comment
@douglasscriptore
Copy link

+1

@singhayush1403
Copy link

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

@gollobo
Copy link

gollobo commented Jun 11, 2024

+1

@amirhosein5858
Copy link

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

@santhoshvai
Copy link
Contributor

+1

@Dr0pG
Copy link

Dr0pG commented Jul 10, 2024

Any news?

Copy link

github-actions bot commented Aug 7, 2024

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
Copy link

0xthk commented Aug 13, 2024

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

@usman965
Copy link

usman965 commented Aug 22, 2024

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

Copy link

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
Copy link

Facing this issue as well

@sagarkrios
Copy link

facing same issue

@x43n
Copy link

x43n commented Sep 27, 2024

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests