Vit
Vit

Reputation: 936

What can use instead CFReadStreamCreateForHTTPRequest?

This method CFReadStreamCreateForHTTPRequest(...) was deprecated for IOS 9 and younger.

Docs of Apple suggests to use NSURLSession instead of this. But I don't understand how I can reintegrate functionality which works with Live (I use stream) by NSURLSession.

I don't see any possibility for load "live" by NSURLSession.

What do you use for load live data by special url from server?

Upvotes: 9

Views: 546

Answers (0)

Related Questions