DyKnow / SignalR-ObjC

Objective-C Client for the SignalR Project works with iOS and Mac
MIT License
442 stars 213 forks source link

AFNetworking 4.0.0 required. New iOS Apps getting rejected due to UIWebview #304

Open realrider opened 4 years ago

realrider commented 4 years ago

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 commented 4 years ago

I face the same issue...

niketaabnave commented 4 years ago

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

abra-code commented 3 years ago

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 commented 2 years ago

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

niketaabnave commented 2 years ago

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

hoya21 commented 2 years ago

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

Thanks @niketaabnave

joeldart commented 2 years ago

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 commented 9 months ago

@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 commented 9 months ago

@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 commented 3 months ago

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