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 4.0.0 required. New iOS Apps getting rejected due to UIWebview #304

Open
realrider opened this issue May 14, 2020 · 10 comments

Comments

@realrider
Copy link

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.

@accidbright
Copy link

I face the same issue...

@niketaabnave
Copy link

I am also facing the same issue. Any solution for this?

@abra-code
Copy link

While at it, can we change the podspec just to depend on AFNetworking/NSURLSession subspec and drop the UIKit+AFNetworking dependency:
sp.dependency 'AFNetworking/NSURLSession', '4.0.0'

@hoya21
Copy link

hoya21 commented Nov 11, 2022

@abra-code did it work? Has anyone solved this? @niketaabnave @accidbright @realrider

@niketaabnave
Copy link

niketaabnave commented Nov 16, 2022

@hoya21 I updated my podfile as
pod 'AFNetworking', :source => 'https://github.com/ElfSundae/CocoaPods-Specs.git'

@hoya21
Copy link

hoya21 commented Nov 16, 2022

@hoya21 I updated my podfile as pod 'AFNetworking', :source => 'https://github.com/ElfSundae/CocoaPods-Specs.git'

Thanks @niketaabnave

@joeldart
Copy link
Member

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?

@abhidaasari
Copy link

abhidaasari commented Feb 12, 2024

@hoya21 I updated my podfile as pod 'AFNetworking', :source => 'https://github.com/ElfSundae/CocoaPods-Specs.git'

is this working? , please help in updating AFNetworking as it not compiling in xcode 15

@abhidaasari
Copy link

@hoya21 I updated my podfile as pod 'AFNetworking', :source => 'https://github.com/ElfSundae/CocoaPods-Specs.git'

Thanks @niketaabnave

Hi @hoya21 , is it working for you?

@Vladislav-samsotech
Copy link

is it working??? please let us know. @niketaabnave @hoya21 @joeldart

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

9 participants