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

Dropped support for iOS 8? #39

Closed jlubeck closed 7 years ago

jlubeck commented 7 years ago

I noticed on your commit on November that your changed support from iOS 8 to iOS 9.

Can you share why or what would need to be done on a fork to continue supporting iOS 8? unfortunately I was using this on an enterprise app and they need to continue supporting iOS 8 who know why...

Thank you

mzeeshanid commented 7 years ago

There is nothing special for iOS 9. It can be easily ported to iOS 8. Try by setting the minimum deployment target to iOS 8.

jlubeck commented 7 years ago

I'm sorry @mzeeshanid, forgot to mention that just by changing the target to 8 worked. Makes me wonder why you changed it though?