I'm making an alarm with UILocalNotification
, if first time alarm action is not taken, it snooze again after 5 mins, if not action taken then it snooze again after 5 mins and then I need to send some data in web server, how to implement this?
I can't handle app or take any action when it is not in foreground, is there any other way parallel of broadcasting receiver in iOS?