Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Plugin that controls uiwebview
-
I keep getting this error, does anyone know the plugin that is controlling this?
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).
-
@gwclubexpress, what plugins are using?
Also, make sure you are using the latest plugins from their vendors.
Unfortunately, Apple does not report what plugins that still use UIWebView in your app when they return ITMS-90809.
-
“cordova-custom-config”: “5.1.0”,
“cordova-plugin-splashscreen”: “5.0.4”,
“monaca-plugin-monaca-core”: “3.3.0”,
“cordova-plugin-geolocation”: “4.0.1”,
“cordova-plugin-file-transfer”: “”,
“cordova-plugin-file”: “6.0.2”,
“cordova-plugin-camera”: “4.1.0”,
“cordova-plugin-calendar”: “5.1.5”,
“phonegap-plugin-push”: “”,
“monaca-plugin-backend”: “2.1.1”,
“cordova-plugin-wkwebview-engine”: “1.2.1”,
“cordova-plugin-inappbrowser”: “3.2.0”
-
I think it’s because you’re using an older version of cordova-plugin-inappbrowser.
See https://github.com/apache/cordova-plugin-inappbrowser/issues/704
-
What is the latest version there are so many reports?
-
I update the inapp browser and still get the error. I am using version 4.0.0, is that the latest?
-
how do I get monaco to use 5.1.1 Cordova iOS?
-
@gwclubexpress, see https://monaca.io/headline/
Select “Configure -> App Settings for iOS” from the IDE header menu and update the item “WebView Engine” to “WKWebView”.
For the build environment, select the menu “Build -> Build Environment Settings…” and set “iOS 5.1.1” and “Xcode 11.3”.
Select “Configure -> JS/CSS Components Settings…” and update Monaca Core Utility to version 2.1.0
-
That worked, thank you.
-
This post is deleted!