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

Downloding array is clear when app start again after complete all download #86

Closed VivekVirani closed 5 years ago

VivekVirani commented 5 years ago

I wan't to store downloading array permanently when add to download and not remove when complete and when again start my application i wan' to display all downloads which is paused ,interrupted or and also completed please give me suggestion for it how to do this please tell me how can store downloading array permanently.