I have a task to create an alarm app. I manage to make the alarm sound using Local Notification.
The problem is that I can't make buttons(actions) on the local notification for "Snooze" and "Okay". I also searched how to implement Interactive Local Notification but I can't follow it. What I'm thinking now is to create an alertView with buttons instead of Local Notification in sounding the alarm. Is there a fireDate function in alertView than I can use to make it happen?