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

Stuck on pending #75

Open pouyavito opened 5 years ago

pouyavito commented 5 years ago

Hi, the download does not start when I add the download to the manager;

In the console I get this line:

_pending tasks [<_NSCFBackgroundDownloadTask: 0x105aac9b0>{ taskIdentifier: 1 }]

suresh-kansujiya commented 5 years ago

Need to invalidate session : sessionManager.finishTasksAndInvalidate()