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.
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.