nxtbgthng / OAuth2Client

Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec)
855 stars 217 forks source link

iOS 9 support? #194

Open Spacelapp opened 8 years ago

Spacelapp commented 8 years ago

NSURLConnection is deprecated

Spacelapp commented 8 years ago

Hello?

toto commented 8 years ago

@Spacelapp Yes it is deprecated and should be removed. Unfortunately getting rid of NSURLConnection would require a big change to the library. This is something I can't tackle at the moment. In general the library needs major updates (e.g. Swift support annotations).

Spacelapp commented 8 years ago

okay :(

Idefix60 commented 8 years ago

Starting June 1, 2016 all apps submitted to the App Store must support IPv6-only networking. https://developer.apple.com/news/?id=05042016a OAuth2Client is not compatible with IPv6-only => no app update with the current OAuth2Client version from June 1.

Muesly commented 8 years ago

Is that true OAuth2Client is not compatible? Seeing this makes me wonder if your only concern was NSURLConnection @Idefix60?: http://stackoverflow.com/questions/37067619/do-i-need-to-replace-nsurlconnection-in-order-to-achieve-mandatory-support-for-i