Closed korzonkiee closed 8 months ago
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The issue has been closed for inactivity.
Changes
Added the following iOS native methods to RNNotifications.h:
Implemented the above methods in RNNotifications.m to handle foreground notifications, as well as notification responses.
Why
I have multiple notification providers in my app (react-native-moengage & react-native-notifications). In order for both of those packages to receive push notifications, I have to:
MoEngageAppDelegateProxyEnabled
inInfo.plist
toNO
, more details here.UNUserNotificationCenter
,