I’m interested in volt.build’s service and decided to move away from phonegap last week. i tried volt.build service with PRO PLAN, smooth for ANDROID BUILD. But problems with IOS BUILD.
I’m frustrated with the UIWebView problem on IOS, after 3 days of trying everything there is no solution.
--------- ERROR REPORT ---------
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability.
--------- MY CONFIG.XML ---------
<content src="index.html"/> <engine name="ios" spec="6.1.0" /> <plugin name="cordova-plugin-device" spec="~2.0.2"/> <plugin name="cordova-plugin-insomnia" spec="~4.3.0"/> <plugin name="cordova-plugin-whitelist" spec="~1.3.3"/> <plugin name="cordova-admob-sdk" spec="~0.17.0"> <variable name="PLAY_SERVICES_VERSION" value="15.+" /> </plugin> <plugin name="cordova-plugin-admob-free" spec="~0.17.3"/> <plugin name="cordova-promise-polyfill" spec="~0.0.2"/> <allow-navigation href="*" /> <access origin="*" /> <allow-intent href="*" /> <preference name="scheme" value="app" /> <preference name="hostname" value="localhost" /> <preference name="WKWebViewOnly" value="true" /> <feature name="CDVWKWebViewEngine"> <param name="ios-package" value="CDVWKWebViewEngine" /> </feature> <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
Help Please