mobfox / SDK-Plugins

plugins from various frameworks to our SDK
2 stars 2 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. #6

Open Kavyagupta24 opened 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).

cordova-plugin-extension plugin is using UIWebView. Please update the plugin removing all UIWebView usage and using WKWebView or please let me know if we can use some other alternative plugin.