Posts

Post not yet marked as solved
1 Replies
2.6k Views
[UIApplication sharedApplication].applicationIconBadgeNumber = 0; -- Setting the Badge number to 0 is clearing all the notifications inside the notification center. Is this the expected Bevaiour?[UIApplication sharedApplication].applicationIconBadgeNumber = -1 ; -- This seems to set the badge number to 0 without clearing any notifications inside the notification center. Is this the expetced beviour and if there is anymore functionality to this. Also is there any Apple Developer documentation on setting badge number to -1.
Posted
by Veda.
Last updated
.