Hi,
I would like to remove the application badge number so I use the UIApplication.applicationIconBadgeNumber property. The thing is that when I set it to 0, it also removes all the apps's notifications from the notification center which I don't want.
This description of this method does not mention at all this behaviour and it causes an annoying bug in our application.
Is there a proper way for clearing only the app badge number?
cheers