is there any way to GET the application icon badge number?

Viewed 6762

While it is not possible to access the notifications - just to make sure is there any way to GET the application icon badge number?

Setting is like this

[[UIApplication sharedApplication] setApplicationIconBadgeNumber:n];

All I need is a getApplicationIconBadgeNumber - is there really no access to the current number from within the app?

Many thanks!

1 Answers
Related