NSURLSessionDownloadTask keeps retrying when using Background Configuration

后端 未结 4 1567
礼貌的吻别
礼貌的吻别 2021-02-04 17:08

I have a problem when it comes to a slow backend and downloading data with background configuration.

NSURLSessionConfiguration *sessionConfig = [NSURLSessionConf         


        
4条回答
  •  北海茫月
    2021-02-04 17:51

    Another Apple discussion that relates to the retry loops that occur when server responses to background upload tasks take too long:

    https://forums.developer.apple.com/thread/70682

提交回复
热议问题