SPGooglePlacesAutocomplete icon indicating copy to clipboard operation
SPGooglePlacesAutocomplete copied to clipboard

Removing NSURLConnection

Open Milan3792 opened this issue 8 years ago • 2 comments

As per new policies of Apple, we cannot use NSURLConnection in our code anymore. I am using "SPGooglePlacesAutocomplete" since 3 years in my Project. How do I update code to get rid of NSURLConnection from "SPGooglePlacesAutocompleteQuery.m" and "SPGooglePlacesPlaceDetailQuery.m" ?

Milan3792 avatar Sep 09 '16 09:09 Milan3792

I have made required changes in this library to update NSURLConnection to NSURLSession. Just in case anyone is facing same issue, I can be helpful. :)

Milan3792 avatar Oct 12 '16 07:10 Milan3792

@Milan3792 Mind making your fork public? I don't see it on the list, trying to do some house keeping and clean up all these odd warnings. Not to mention... 7 was ages ago, I feel dirty still having this warning.

JacobJT avatar Sep 26 '18 20:09 JacobJT