Notification Event Callbacks are not Firing on iOS
See original GitHub issueThanks for picking up the task of being the only free and maintained PN library for react-native 🙏
react-native: 61.0 react-native-notifications: 3.1.4
I have followed the installation instructions exactly as outlined, and have picked up a few additional snippets from other github issues that have helped me get to a perfectly functioning Android implementation for foreground, background (warm) and background (cold) notifications.
Im having some issues on iOS though, namely none of the native event callbacks are firing:
registerNotificationOpened
registerNotificationReceivedBackground
registerNotificationReceivedForeground
I am receiving push notifications on iOS and when I press the notification banner, none of those callbacks are triggered.
It may be worth noting that getInitialNotification
is working on iOS.
I’ve searched every issue and am at a loss. Any ideas what I may have improperly configured, or is anyone else experiencing this?
I’m using firebase to send the actual remote notifications.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:16
- Comments:52 (8 by maintainers)
go away stalebot
I am having the same issue