nicklockwood / iVersion

[DEPRECATED]
http://www.charcoaldesign.co.uk/source/cocoa#iversion
Other
1.95k stars 292 forks source link

Should upgrade to NSURLSession #92

Open uliwitness opened 7 years ago

uliwitness commented 7 years ago

This still uses NSURLConnection, but turns off the deprecation warnings for it using #pragma. Would be a much better idea to upgrade to using NSURLSession instead.

uliwitness commented 7 years ago

PS - I found this project via your answer to http://stackoverflow.com/questions/6256748/check-if-my-app-has-a-new-version-on-appstore and it was the only answer that wasn't flat-out wrong like most of the others. I'm not actually using this code, or I would have sent you a pull request with the fixes instead of just filing bugs asking you to do it.