ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview). #424
The POD generated files AppAuth and GoogleSignIn, after installing this plugin have instance of UIWebview showing (Supports sign-in via "UIWebVIew") log.
Please update the plugin removing all UIWebView usage and using WKWebView.
I'm using Cordova to build iOS apps. When I'm uploading a build to AppStoreConnect, I'm getting the well known deprecation message:
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).
The POD generated files AppAuth and GoogleSignIn, after installing this plugin have instance of UIWebview showing (Supports sign-in via "UIWebVIew") log. Please update the plugin removing all UIWebView usage and using WKWebView.