Im currently working on a timer app similar to apple's default "Clock" utility
but when the user quits, NSTimers no longer seem to have any effect
would I have to use push notifications to alert the user the timer has ended, or is there some other way I can run an action on a timer after the application quits?
thanks in advance