You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of April 2020, Apple are no longer accepting new app submissions that use the deprecated UIWebView component from Apple's UIKit.
Currently, adding the latest version of this cordova plugin to an otherwise compliant project results in the build being rejected by Apple with the following explanation:
As of April 2020, Apple are no longer accepting new app submissions that use the deprecated
UIWebView
component from Apple'sUIKit
.Currently, adding the latest version of this cordova plugin to an otherwise compliant project results in the build being rejected by Apple with the following explanation:
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).
Here's some more detail from Apple on the deprecation:
https://developer.apple.com/news/?id=12232019b
The text was updated successfully, but these errors were encountered: