mattgallagher / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
http://cocoawithlove.com
1.93k stars 553 forks source link

'CFReadStreamCreateForHTTPRequest' is deprecated: first deprecated in iOS 9.0 #107

Open jduffas opened 4 years ago

jduffas commented 4 years ago

Hello, I still use your AudioStreamer in my "Sing Sing Bis Radio Player". the problem is that some pars of your program are now deprecated, and will not work anymore soon... do you plan to update your program to make it working with futures versions of Xcode?

I did make some modification to make it work until now, but the problem will be more difficult to solve now :

'CFReadStreamCreateForHTTPRequest' is deprecated: first deprecated in iOS 9.0 - Use NSURLSession API for http requests

Jean