I have a calendar-like iOS app which needs to raise alert everyday at specific pre-calculated times. Is there anyway to detect if a notification alert displayed and set next schedule ( without pressing OK button and entering app)?
In other language : Is it possible to detect if "close" button of UIAlertView of UILocalNotification pressed?
Thanks