uiwebview

UIWebView are no longer accepted. Instead, use WKWebView

喜夏-厌秋 提交于 2021-01-27 07:31:49
问题 We identified one or more issues with a recent delivery for your app, "Kill Corona stress-relief game" 1.0 (1.0). Please correct the following issues, then upload again. 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). I have searched in the code for the UIWebView but there is no single instance of this still apple

UIWebView are no longer accepted. Instead, use WKWebView

北战南征 提交于 2021-01-27 07:28:07
问题 We identified one or more issues with a recent delivery for your app, "Kill Corona stress-relief game" 1.0 (1.0). Please correct the following issues, then upload again. 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). I have searched in the code for the UIWebView but there is no single instance of this still apple

UIWebView are no longer accepted. Instead, use WKWebView

家住魔仙堡 提交于 2021-01-27 07:24:56
问题 We identified one or more issues with a recent delivery for your app, "Kill Corona stress-relief game" 1.0 (1.0). Please correct the following issues, then upload again. 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). I have searched in the code for the UIWebView but there is no single instance of this still apple

UIWebView error submiting ionic app to Apple

妖精的绣舞 提交于 2021-01-20 08:55:38
问题 I have developed an ionic app that is for Android and iOS. When I try to submit the application to iOS I always receive the same error. I searched in my entire project and I can't find any reference to UIWebView. I have followed this link to update all my plugins. I added this code to my config.xml: <preference name="WKWebViewOnly" value="true" /> <feature name="CDVWKWebViewEngine"> <param name="ios-package" value="CDVWKWebViewEngine" /> </feature> <preference name="CordovaWebViewEngine"

UIWebView error submiting ionic app to Apple

。_饼干妹妹 提交于 2021-01-20 08:51:58
问题 I have developed an ionic app that is for Android and iOS. When I try to submit the application to iOS I always receive the same error. I searched in my entire project and I can't find any reference to UIWebView. I have followed this link to update all my plugins. I added this code to my config.xml: <preference name="WKWebViewOnly" value="true" /> <feature name="CDVWKWebViewEngine"> <param name="ios-package" value="CDVWKWebViewEngine" /> </feature> <preference name="CordovaWebViewEngine"

UIWebView error submiting ionic app to Apple

孤者浪人 提交于 2021-01-20 08:51:22
问题 I have developed an ionic app that is for Android and iOS. When I try to submit the application to iOS I always receive the same error. I searched in my entire project and I can't find any reference to UIWebView. I have followed this link to update all my plugins. I added this code to my config.xml: <preference name="WKWebViewOnly" value="true" /> <feature name="CDVWKWebViewEngine"> <param name="ios-package" value="CDVWKWebViewEngine" /> </feature> <preference name="CordovaWebViewEngine"

Can iframes work in WKWebView with Cordova?

我怕爱的太早我们不能终老 提交于 2020-12-05 10:26:38
问题 According to the Apache Cordova blog, iframes may not work using WKWebView. (https://cordova.apache.org/news/2018/08/01/future-cordova-ios-webview.html) I have a Cordova application that is in the App Store that relies quite heavily on iframes. Since UIWebView is likely to be removed in iOS 13, is there a way to get iframes working using WKWebView? Here's what I've done so far: I tried using the Ionic WebView plugin (https://github.com/ionic-team/cordova-plugin-ionic-webview), and although it