When my application is running in the foreground I see periodic calls to:
NSURLSessionDownloadDelegate -> URLSession:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:
When my application moves to the background and is suspended, calls to this method stop so I have no feedback on whether NSURLSessionDownloadTask is continuing to download. Are there any techniques out there for getting some feedback about the download?