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

Delegates are not calling after come back from background #89

Open umairgillani94 opened 4 years ago

umairgillani94 commented 4 years ago

After starting the download delegates are calling then the application is sent to the background by pressing the home button, then moved to the foreground but now the delegates are not calling.

ahsanaasim commented 4 years ago

Did you manage to solve this problem? I am facing the same issue.

umairgillani94 commented 4 years ago

Did you manage to solve this problem? I am facing the same issue.

No, it's not been resolved yet!

mubiquoapps commented 3 years ago

Same problem here. The library becomes unusable for background downloads. The downloads don't call the delegates but even more, you cannot call "cancel" or play/pause on them