Posts

Post not yet marked as solved
1 Replies
457 Views
- (void)applicationDidEnterBackground:(UIApplication *)application { BGAppRefreshTaskRequest *refreshRequest = [[BGAppRefreshTaskRequest alloc] initWithIdentifier:kBGRefreshTaskIdentifier]; @try { NSError *error ; [[BGTaskScheduler sharedScheduler] submitTaskRequest:refreshRequest error:&error]; } @catch (NSException *exception) { }}
Posted
by Pro0917.
Last updated
.