ios icon indicating copy to clipboard operation
ios copied to clipboard

setApplicationIconBadgeNumber(0) removed all notifications

Open JerakRus opened this issue 5 years ago • 4 comments

If you call setApplicationIconBadgeNumber(0), the digit will be deleted, but all received notifications will be deleted too. This is strange behavior.

Expected Behavior: Only erase the badge.

JerakRus avatar Aug 18 '20 17:08 JerakRus

I'm also seeing this behaviour where all other notifications are being deleted.

danieltran avatar Jan 31 '21 10:01 danieltran

I am looking for a way to prevent removing other notifications in the Notifications Center when pressing a specific notification. Also, all delivered notifications seem to disappear when the app comes into the foreground.

mohammad-goldast avatar Nov 19 '22 12:11 mohammad-goldast