Skip to main content

Remove badge from the app icon

Remove badge from the app icon when the user receive any push notification
  
[UIApplication sharedApplication].applicationIconBadgeNumber = 0;

Comments