-
Notifications
You must be signed in to change notification settings - Fork 244
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
[iOS] Foreground APNS notification not triggering listener / not handled #1041 (Duplicate since other closed) #1109
Comments
Original Issue #1041 |
LunatiqueCoder
added a commit
to LunatiqueCoder/notifee
that referenced
this issue
Oct 8, 2024
LunatiqueCoder
added a commit
to LunatiqueCoder/notifee
that referenced
this issue
Oct 8, 2024
…ent() and getInitialNotification()
LunatiqueCoder
added a commit
to LunatiqueCoder/notifee
that referenced
this issue
Oct 8, 2024
…remote-onForegroundEvent-getInitialNotification' into bug/invertase#1109-invertase#1096-remote-onForegroundEvent-getInitialNotification
LunatiqueCoder
added a commit
to LunatiqueCoder/notifee
that referenced
this issue
Oct 8, 2024
…Notification - call onForegroundEvent() when app starts from terminated state - same as getInitialNotification()
LunatiqueCoder
added a commit
to LunatiqueCoder/notifee
that referenced
this issue
Oct 9, 2024
…planatory comment
This is not reopening, this is duplicating - I would prefer to maintain a single issue |
Appreciated. Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reopening issue
Hi,
I am unable to get notifee to work with incoming APNS notification when react native app is in foreground.
None of the event handlers are triggered.
Notifications are received correctly and interaction with them works correctly when app is not in foreground.
Tested on real iOS device. iPhone 14 Pro Max
Versions:
"react-native": "^0.73.7",
"@notifee/react-native": "^7.8.2"
"@react-native-firebase/messaging": "^19.2.2", // i also use FCM
Tested via CURL
Code handling foreground:
The text was updated successfully, but these errors were encountered: