开发者

Can [[UIApplication sharedApplication] setApplicationIconBadgeNumber:int] be used multiple times in an application

开发者 https://www.devze.com 2023-01-16 20:40 出处:网络
Can I use this API multiple times using开发者_高级运维 the lifetime. When I try to do that, this does not update the application badge.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消