-
Notifications
You must be signed in to change notification settings - Fork 213
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 4.0.0 required. New iOS Apps getting rejected due to UIWebview #304
Comments
I face the same issue... |
I am also facing the same issue. Any solution for this? |
While at it, can we change the podspec just to depend on AFNetworking/NSURLSession subspec and drop the UIKit+AFNetworking dependency: |
@abra-code did it work? Has anyone solved this? @niketaabnave @accidbright @realrider |
@hoya21 I updated my podfile as |
Thanks @niketaabnave |
I was under the impression that AFNetworking 4 wasn't backwards compatible requiring a major rewrite (a major reason I haven't taken a look). Are you saying that the version update is working for you? |
is this working? , please help in updating AFNetworking as it not compiling in xcode 15 |
Hi @hoya21 , is it working for you? |
is it working??? please let us know. @niketaabnave @hoya21 @joeldart |
AFNetworking 4.0.0 required. New iOS Apps getting rejected due to UIWebview
Issue :
New iOS apps submitted to apple got rejected due to the usage of UIWebView in pod AFNetworking --> File UIWebView+AFNetworking
AFNetworking pod version 4.0.0 had addressed this issue.
Migrated from UIWebView to WKWebView.
The text was updated successfully, but these errors were encountered: