May be a simple question:
When I call “cancelAllLocalNotifications”, does it cancel notifications created by the app only or it will cancel all notifications from other apps also?
May be a simple question: When I call cancelAllLocalNotifications, does it cancel notifications created
Share
The notifications created by other apps will not be affected.
From: Local and Push Notification Programming Guide
Although, this is probably not the best written sentence, the “on the application object” applies to cancelAllLocalNotifications as well as cancelLocalNotification.
Hope that helps!