I create an alarm app , which have 3 times (morning,afternoon and evening), by implementation a local notification, and its work and the alarm fire in the same time which I put.
but I create in interface builder a view with 3 button for the same Timing (morning, afternoon and evening) to give the user the ability to disable and enable any kind of notification he want to receive.
I read some of solution to delete the local notification here https://stackoverflow.com/a/6341476/2209611
and here https://stackoverflow.com/a/6495321/2209611
but both of them will delete all of local notification.
How can I customize the local notification to represent a certain time, such as the (morning or evening) when i fire date ?
and how can I disable only one of categories (not delete it ) or enable it again if the user want to reactive it?