Is there a way to update the number in the badge without showing an alert or opening the app?
I am writing an app that should always display the current number of un
You can use
[UIApplication sharedApplication].applicationIconBadgeNumber = aNumber;