NSURLSession实现断点续传

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

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

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

NSURLSession实现断点续传_第1张图片

你可能感兴趣的:(NSURLSession实现断点续传)