Prevent dispatch_after() background task from being executed

Why even use GCD? You could just use an NSTimer and invalidate it when your app returns to the foregound.

Leave a Comment