-(void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
It is being called with content-available = 1
. A download task starts (shows the NSLogs
), but it does not complete the called task. Only when switching the app back to Foreground it finishes the previous called task.
Any idea... how this can happen?