This repository was archived by the owner on Apr 7, 2026. It is now read-only.
getInitialNotification() is not retrieving APNs notification #375
Unanswered
mendozammatias
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
getInitialNotification is an android only event. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have an app with notifee and react-native-firebase/messaging to handle notifications.
This app is integrated with Sendbird chat service which uses APNs instead of FCM for sending iOS push notifications. We’ve found that in that case, getInitialNotification is always returning
nullvalue.In the same device, if we send notifications using FCM we get the right value from this callback.
We’ve tried integrating the Remote notification support too but it’s still working as described.
Is there any way to get the notification that opened the app even if it’s not coming from FCM?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions