我们已经检查了整个代码库,没有找到对 UIWebView 的引用,但是每次我们向Apple上传新版本时,都会收到警告“ ITMS-90809:不推荐使用的API- Apple将停止接受使用UIWebView API的应用程序的提交”。如果我们错过了某些东西,可以请大家指导我们。
以下是已使用的项目依赖项
"@angular/animations": "~7.1.0",
"@angular/common": "~7.1.0",
"@angular/compiler": "~7.1.0",
"@angular/core": "~7.1.0",
"@angular/forms": "~7.1.0",
"@angular/http": "~7.1.0",
"@angular/platform-browser": "~7.1.0",
"@angular/platform-browser-dynamic": "~7.1.0",
"@angular/router": "~7.1.0",
"nativescript-angular": "~7.1.0",
"nativescript-drop-down": "^4.0.1",
"nativescript-ios-uuid": "^1.0.0",
"nativescript-oauth2": "^1.4.1",
"nativescript-phone": "^1.4.0",
"nativescript-plugin-firebase": "^8.1.1",
"nativescript-theme-core": "~1.0.4",
"nativescript-ui-sidedrawer": "^5.1.0",
"nativescript-urlhandler": "^1.2.3",
"nativescript-uuid": "0.0.1",
"reflect-metadata": "~0.1.8",
"rxjs": "~6.3.0",
"tns-core-modules": "~5.1.0",
"tns-platform-declarations": "^5.3.1",
"typescript-tslint-plugin": "^0.3.1",
"zone.js": "^0.8.26"
答案 0 :(得分:0)
由于使用iOS库/ Pod文件(AFNetworking https://github.com/AFNetworking/AFNetworking/search?q=uiwebview&type=Issues)的Nativescript插件,我遇到了这个问题,所以我建议您仔细阅读插件的存储库
"nativescript-drop-down": "^4.0.1",
"nativescript-ios-uuid": "^1.0.0",
"nativescript-oauth2": "^1.4.1",
"nativescript-phone": "^1.4.0",
"nativescript-ui-sidedrawer": "^5.1.0",
"nativescript-urlhandler": "^1.2.3",
"nativescript-uuid": "0.0.1",
并检查对UIWebView
或问题列表的引用。