AFNetworking + big download files + resume downloads

前端 未结 2 1278
攒了一身酷
攒了一身酷 2021-02-03 14:36

I need to download files > 500 Mo with AFNetworking. Sometimes, the time to download them is > 10 minutes and if the app is in background, the download can\'t be complete.

2条回答
  •  一生所求
    2021-02-03 15:26

    Update:

    As steipete may wont maintain AFDownloadRequestOperation any more (https://github.com/steipete/AFDownloadRequestOperation/pull/68). NSURLSessionDownloadTask may be a better choice.


    https://github.com/steipete/AFDownloadRequestOperation

    Also, I write a lib base on AFDownloadRequestOperation: https://github.com/BB9z/RFDownloadManager

提交回复
热议问题