Skip to content

Instantly share code, notes, and snippets.

@cruffenach
Created January 23, 2013 19:43
Show Gist options
  • Save cruffenach/4612102 to your computer and use it in GitHub Desktop.
Save cruffenach/4612102 to your computer and use it in GitHub Desktop.
Hack to clear notification center and avoid duplicate notifications
[[UIApplication sharedApplication] setApplicationIconBadgeNumber:1];
[[UIApplication sharedApplication] setApplicationIconBadgeNumber:0];
[[UIApplication sharedApplication] cancelAllLocalNotifications];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment