Skip to content

Instantly share code, notes, and snippets.

@brandhill
Created February 18, 2017 04:00
Show Gist options
  • Save brandhill/a436918ca94323f9bed93fac9b28f8d0 to your computer and use it in GitHub Desktop.
Save brandhill/a436918ca94323f9bed93fac9b28f8d0 to your computer and use it in GitHub Desktop.
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[application setMinimumBackgroundFetchInterval:UIApplicationBackgroundFetchIntervalMinimum];
return YES;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment