NSURLSession background download - resume over network failure
After reading the Apple documentation about the background download with the new iOS7 api (NSURLSession), I'm a bit disappointed. I was sure that Apple was managing the pause/resume over the network availability in the background (or provide an option to do so) but no… So reading the documentation, this is what we've got: https://developer.apple.com/library/ios/documentation/cocoa/Conceptual/URLLoadingSystem/NSURLSessionConcepts/NSURLSessionConcepts.html When any task completes, the NSURLSession object calls the delegate’s URLSession:task:didCompleteWithError: method with either an error