> On 29 Sep 2015, at 10:25, dangerwillrobinsondan...@gmail.com wrote:
> 
> That is to say use the data task delegate methods to receive data and write 
> it where you want it?

Yep, fire up a data task (with delegate, not completion handler). Use 
-URLSession:dataTask:didReceiveResponse:completionHandler: to open up a stream 
or similar somewhere suitable on disk, and write to it in 
-URLSession:dataTask:didReceiveData:
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to