Can [[UIApplication sharedApplication] setApplicationIconBadgeNumber:int] be used multiple times in an application
Can I use this API multiple times using开发者_高级运维 the lifetime. When I try to do that, this does not update the application badge.
Anything I might be missing.
Regards Nitin
Yeah, it can be used however many times you want.
It might help to show the code you're using to set it, see if there's anything wrong there.
精彩评论