I am implementing an app where I set a local notification for a particular time. When that notification is fired I want to set the next notification based on a date from my database for execution. How can I accomplish this in iOS.
I have tried to find different way of doing this but I am not able to figure it out yet. Here are the issues that I am facing.
- Can I get a callback when the local notification is fired irrespective of user action ?
- Can I perform background execution at a specific time ? How ?
Is there anything else that I can use?