dpa99c / cordova-plugin-firebasex

Cordova plugin for Google Firebase
MIT License
571 stars 468 forks source link

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

Closed Kavyagupta24 closed 4 years ago

Kavyagupta24 commented 4 years ago

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.

dpa99c commented 4 years ago

Duplicates #266