天天看点

iOS -- 断点续传之 NSURLSession

要实现断点续传,服务器的支持是必不可少的。详情请看先前的一篇文章:iOS--断点续传之java服务器

客户端要做的则是实现NSURLSession的一套逻辑,这里粘贴一下个人觉得还不错的文章地址:

1、简介

http://www.cnblogs.com/biosli/p/iOS_Network_URL_Session.html

2、AF2.0 官网

https://github.com/AFNetworking/

3、AFNetworking2.0 NSHipster翻译

http://blog.csdn.net/hufengvip/article/details/17338947

4、后台传输服务(Background Transfer Service)

http://www.cocoachina.com/industry/20131120/7380.html

5、iOS7中的多任务  —总结

http://onevcat.com/2013/08/ios7-background-multitask/

6、实战iOS7之NSURLSession

http://ningandjiao.iteye.com/blog/2010753