nicklockwood / iRate

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#irate
Other
4.11k stars 734 forks source link

Replace use of deprecated NSURLConnection methods #223

Open ottne opened 8 years ago

ottne commented 8 years ago

As of iOS 9.0, several methods of NSURLConnection like +sendSynchronousRequest:returningResponse:error: (which is used in iRate) are now deprecated. They should be replaced with NSURLSession methods.

ghost commented 8 years ago

@nicklockwood We're using iRate version 1.11.5, and still seeing NSURLConnection methods. Any ETA on removal of this deprecated method please?