We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6421fab commit 78679a3Copy full SHA for 78679a3
Source/App Delegate/AppDelegate.m
@@ -100,15 +100,4 @@ - (void)initializeAnalytics {
100
[tracker initializeAnalyticsWithTrackingID:kAnalyticsTrackingID logLevel:kGAILogLevelError];
101
}
102
103
-
104
-// TODO: Implement / test background fetch
105
-//
106
-//#pragma mark - Background fetch
107
108
-//- (void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler {
109
-// // Let the data manger handle the fetch.
110
-// [[DataManager sharedInstance] performBackgroundFetchWithCompletionHandler:completionHandler];
111
-//}
112
113
114
@end
0 commit comments