-
Notifications
You must be signed in to change notification settings - Fork 237
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
Comments
+1 |
1 similar comment
+1 |
This issue has been present for months and makes the library useless for production. Any fixes? |
+1 |
im facing this issue also |
+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?
Thank you for your contributions. |
Also ran into this issue. The only way I found to fix it is to downgrade to |
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?
Thank you for your contributions. |
Facing this issue as well |
facing same issue |
This worked for us as well, we were using:
Downgrading to Notifee "0.5.7" and using |
Same here. Both libraries stop working if |
Possible duplicate. See: |
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?
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?
Thank you for your contributions. |
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.
The text was updated successfully, but these errors were encountered: