I am using Local notification in my application. Now if i remove my application from background then the notification is active. , i want to remove or cancel notifications whenf i remove app from background.
i write code for cancelation in applicationWillTerminate method but this method is not calling . any other help ?