Clear the notification and set the badge Count to 0
didFinishLaunchingWithOptions in Appdelegate.
Also, the badge icon for unread notification is to be cleared.
Also, the badge icon for unread notification is to be cleared.
UIApplication.shared.applicationIconBadgeNumber = 0
If you use the above code will clear the badge count to 0 in the app and also the notifications for the app also cleared automatically.
Comments
Post a Comment