【发布时间】:2020-08-16 16:01:14
【问题描述】:
-
当我将构建上传到 AppStoreConnect 时(通过
例如 TestFlight),我得到了众所周知的弃用
留言:ITMS-90809:不推荐使用的 API 使用 - 使用的新应用
UIWebView 不再被接受。相反,使用 WKWebView 提高了安全性和可靠性。了解更多
(https://developer.apple.com/documentation/uikit/uiwebview)。
我做了什么: 1) 移除ios平台,增加V5.1.0 ios平台。
2) 在 config.xml 中添加如下
3) Ran ionic cordova build ios
我正在使用的cordova插件列表:
cordova-plugin-add-swift-support 2.0.2 "AddSwiftSupport"
cordova-plugin-camera 4.1.0“相机”
cordova-plugin-chooser 1.2.6“选择器”
cordova-plugin-contacts 3.0.1“联系人”
cordova-plugin-device 2.0.2“设备”
cordova-plugin-file 6.0.2“文件”
cordova-plugin-file-transfer 1.7.1“文件传输”
cordova-plugin-filepath 1.5.8 "cordova-plugin-filepath"
cordova-plugin-googleplus 5.2.1 "Google SignIn"
cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard"
cordova-plugin-ionic-webview 4.2.1 "cordova-plugin-ionic-webview"
cordova-plugin-media-capture 3.0.3 "Capture"
cordova-plugin-splashscreen 5.0.2 "Splashscreen"
cordova-plugin-statusbar 2.4.2 "StatusBar"
cordova-plugin-stripe 1.5.3 "cordova-plugin-stripe"
cordova-plugin-telerik-imagepicker 2.3.3 "ImagePicker"
cordova-plugin-video-editor 1.1.3 "VideoEditor"
cordova-plugin-whitelist 1.3.3 "Whitelist"
ionic-plugin-deeplinks 1.0.20 "Ionic Deeplink Plugin"
离子信息: 离子: 离子(离子 CLI):4.10.3(/usr/local/lib/node_modules/ionic)离子框架: 在此处输入代码 离子角 3.9.9 @ionic/app-scripts : 3.2.4
Cordova:
cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
科尔多瓦
平台:ios 5.1.0
Cordova 插件:
cordova-plugin-ionic-keyboard 2.2.0,cordova-plugin-ionic-webview
4.2.1,(和其他 17 个插件)
系统: ios-deploy : 1.9.4 ios-sim : 8.0.2
NodeJS : v10.15.1 (/usr/local/bin/node)
npm:6.4.1
操作系统:macOS Mojave
Xcode:Xcode 11.3.1 构建版本 11C504
有没有人知道是什么导致了这个问题?
非常感谢您!
【问题讨论】:
-
面临同样的问题。我已经卸载了所有 3rd 方库,更新了所有本地 ionic 库,并按照他们博客文章中的所有步骤来使用 WKWebView,但没有成功。似乎还有很多其他人有同样的问题。你用 ionic 开过票吗?
-
是的,在 ionic 论坛上创建了票证,但正在审核中。
-
对我来说,admob 使用 UIwebview。每个人都在等待他们的更新。使用此命令找出它的使用位置:grep -r "UIWebView" .
-
显示应用内浏览器和 google-plus 插件。所以我必须做什么。
-
我已经更新了 google plus 插件 v8.4.0,但是当 Ifatal 错误 'googlesignin/googlesignin.h' 文件未找到 #import googlesignin/googlesignin.h 构建应用程序时,它返回以下错误:
标签: ios uiwebview ionic3 wkwebview