I am making a Todo app and there supposed to be a switch button in inside of an application settings to enable/disable all local notifications.
I tried removeAllPendingNotificationRequests() method, but it deletes all notifications altogether and i want to keep them scheduled but not doing anything. Is it even possible ?
Thanks a lot