Clear the notification and set the badge Count to 0


       
Hai, i know you guys had tired when try to clear the notifications.But it had an easy steps to clear those notification. If You want to clear the notification when app is opening then put the below code in

didFinishLaunchingWithOptions in Appdelegate.

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

    Popular posts from this blog

    Invalid bundle error while upload the app to the app Store

    Convert NsNumber, NSDate to String in iOS Swift

    Global LocationManager Singleton class iOS Swift