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!
Just use the applicationIconBadgeNumber property of UIApplication.
The getter is the same as the property name while the setter has the prefix 'set'.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With