Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AFNetworking upgrade to 4.0.1 #7

Open
setonup opened this issue Feb 5, 2021 · 0 comments
Open

AFNetworking upgrade to 4.0.1 #7

setonup opened this issue Feb 5, 2021 · 0 comments

Comments

@setonup
Copy link

setonup commented Feb 5, 2021

UiWebView is deprecated and was part of the AFNetworking pod v.2.6.0. The AFNetworking was upgraded to 4.0.1 (version 4.0.0 stops using the UIWebView), but PicoKit only works with 2.6.0. I forked this pod and tried to integrate it with the latest AFNetworking, but I found out it won't be that easy because since 2.11.2015 (AFNetworking/AFNetworking@01f6aed) the support of AFNetworking for NSURLConnection ended. Only NSURLSession can be used.
Now I have two options: either upgrade this lib to use NSURLSession (but I'm complete newbie to objectiveC) or use different pod.

@maxep Is it even possible to make this pod use NSURLSession? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant