Kodeco Forums

NSURLSession Tutorial

In this NSURLSession tutorial, you will learn how to use the handy new networking API in iOS 7.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/2638-nsurlsession-tutorial

I want to download an outputstream continuously from live stream such as radio in order to put it in a mp3 file to play it later using nsurlsession. In previous version of my app I used AFNetworking version2.0 but in the new release version3.0. the class AFURLConnectionOperation.h doesn’t exist anymore. Any ideas please?