I have problem with even inventing the posible solution for this problem.
My app needs to crate some objects of UILocalNotification
with interval
but if I set interval to be NSMinuteCalendarUnit
if will bother me every minute until I cancel this notification in UIApplication
or crash my phone with hammer...
But I'm setting in my app an end date for my project and I want those notification to work only to a specified date. Someone told me to check it when the app launches (not a problem but what if I set this notification to be fired every minute and I won't close my app during this time?). I need something independent and I want to know how to do this.. Any ideas?