Let\'s say I set 5 local notification for an iPhone application, then the user deletes the app. If the app is installed again, it shows the previous notifications.
I kno
Go to your appDelegate.m, in function «didFinishLaunchingWithOptions» add this code:
application.applicationIconBadgeNumber = 0;