美文网首页
NSURLSession实现断点续传

NSURLSession实现断点续传

作者: soundtravel | 来源:发表于2015-12-21 10:42 被阅读128次

如果任务complete了但是可被恢复,则在NSError有resumeData信息。

官方文档上有这个非常有用的信息:

https://developer.apple.com/library/ios/documentation/Foundation/Reference/NSURLSession_class/#//apple_ref/occ/instm/NSURLSession/downloadTaskWithResumeData

相关文章

网友评论

      本文标题:NSURLSession实现断点续传

      本文链接:https://www.haomeiwen.com/subject/mdemhttx.html