mzeeshanid / MZDownloadManager

This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.
BSD 3-Clause "New" or "Revised" License
1.12k stars 238 forks source link

After applicationWillTerminate, Downloading not Resuming #8

Closed K-IOS closed 8 years ago

K-IOS commented 9 years ago

I have Test this App in iPhone 5s. After Terminate app, Download not Resuming. its always displaying calculating..

K-IOS commented 9 years ago

Is there any solution for this ??