Received 2 Different Notification Id :
"notificationId": "5D37FB9D-A6BE-418D-913A-9F6C62957CA6",
"notificationId": "C1010B25-2DD1-4086-B6EA-0FABB3F3A91A",
All Notification Received onNotif event
async onNotif(notif) {
console.log("&&&&& App:: onNotif called", notif);
Note : Same Case Working in Background and Kill State but foreground case received 2 Notification. And Also we received 2 event only foreground state
Please help me if you have any idea for this issues.
I am getting 2 Notifications in foreground state. Same In Kill and Background working fine
Version : - "@react-native-community/push-notification-ios": "^1.8.0", react-native: 0.62.3 Notification Type : APNS Alert
We received 2 different NotificationId same time like :-
Received 2 Different Notification Id : "notificationId": "5D37FB9D-A6BE-418D-913A-9F6C62957CA6", "notificationId": "C1010B25-2DD1-4086-B6EA-0FABB3F3A91A",
All Notification Received onNotif event async onNotif(notif) { console.log("&&&&& App:: onNotif called", notif);
Note : Same Case Working in Background and Kill State but foreground case received 2 Notification. And Also we received 2 event only foreground state
Please help me if you have any idea for this issues.