Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #110: Updates background fetch API #266

Merged
merged 1 commit into from
May 9, 2014

Conversation

jleandroperez
Copy link
Contributor

Background Fetch API has been updated. Usage should be as follows:

- (void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
{
    [self.simperium backgroundFetchWithCompletion:^(UIBackgroundFetchResult result) {

        completionHandler(result);
    }];
}

jleandroperez added a commit that referenced this pull request May 9, 2014
@jleandroperez jleandroperez merged commit cf1c253 into develop May 9, 2014
@jleandroperez jleandroperez deleted the issues/110-updates-background-fetch-api branch May 9, 2014 22:14
@jleandroperez jleandroperez modified the milestones: v0.7.0, v0.6.6 May 9, 2014
@jleandroperez jleandroperez mentioned this pull request Jun 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant