What is the code to remove the badge on my app's icon? When I receive push, I need to remove it when a button is clicked!
objC :
[UIApplication sharedApplication].applicationIconBadgeNumber = 0;
swift :
UIApplication.sharedApplication().applicationIconBadgeNumber = 0;
1.4m articles
1.4m replys
5 comments
57.0k users