SPGooglePlacesAutocomplete
SPGooglePlacesAutocomplete copied to clipboard
Removing NSURLConnection
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" ?
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 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.