In my app the user can planify an event, thanks to a timer. I want this timer to work even if the app is in background. How can I do that ?!
[NSTimer scheduledTimerWithTimeInterval:1 target:self selector:@selector(timerFired) userInfo:nil repeats:YES];