ios icon indicating copy to clipboard operation
ios copied to clipboard

The new Notification is automatic removed and badge counter as well when App is in kill mode.

Open saurabh874 opened this issue 3 years ago • 1 comments

In kill mode only - After few notifications received then suddenly notifications and badge count removed if again new notification come up. version:- "@react-native-community/push-notification-ios": "^1.6.0", "react-native": "0.64.2", iOS version: 15+

saurabh874 avatar Mar 17 '22 12:03 saurabh874

I am facing a similar issue, The first notification received does not stay in tray, it removes from tray after few seconds. Facing This issue while receiving Notification Via APNS and only in kill state. Works fine with background state.

Also I verified if we have used two different block of code for killed state and background state but no such case was observed.

Versions used- "@react-native-community/push-notification-ios": "^1.8.0", "react-native": "^0.62.2", iOS version: 15+

Daman248 avatar Apr 11 '22 13:04 Daman248