How to increase applicationIconBadgeNumber in background app when localNotification fires?
How do I increase the value of applicationIconBadgeNumber when a localNotification fires and my app is running in the开发者_如何学编程 background?
Did you even look the UILocalNotification
documentation ? There's a applicationIconBadgeNumber
property...
精彩评论