上传APP到苹果app store后,收到失败的邮件提示:ITMS-90809:Deprecated API Usage 下面来说下解决方案:收到这个提示,那就是你程序使用的sdk过时了,假如你是用原生语言开发的,你不仅要更新你的开发工具,还需要更新你的代码。假如你是用hhuilderx的uniapp或者其他H5开发框架开发的APP,一般更新开发工具就可以了,因为这...
ITMS-90809: Deprecated API Usage -使用UIWebView的新应用程序不再被接受。相反, 使用WKWebView来提高安全性和可靠性。了解更多(ttps://developer.apple .com/docume ntation/uikituiwebview)。 最好的问候, App Store团队 因为UIWebView导致应用不能上架苹果商城.,全局搜索没有发现.UIWebView 打开终端进入项目目录,...
**ITMS-90809:DeprecatedAPIUsage**-Newappsthat useUIWebVieware no longer accepted.Instead,useWKWebViewforimproved securityandreliability.Learnmore([https://developer.apple.com/documentation/uikit/uiwebview](https://developer.apple.com/documentation/uikit/uiwebview)). 解决方案:命令行一一找出来,升级或替...
ITMS-90809: Deprecated API Usage -使用UIWebView的新应用程序不再被接受。相反, 使用WKWebView来提高安全性和可靠性。了解更多(ttps://developer.apple .com/docume ntation/uikituiwebview)。 最好的问候, App Store团队 因为UIWebView导致应用不能上架苹果商城.,全局搜索没有发现.UIWebView 打开终端进入项目目录,...
Dear Developer, We identified one or more issues with a recent delivery for your app, "chaseu" 1.0 (31). 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 secu...
React Native version: 0.60.5 Issue Description ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.
检测是否含有UIWebView 1.下载class-dump http://stevenygard.com/projects/class-dump/ 2.解压后将class-dump 复制到/usr/bin/class-dump (没有bin文件就当场在这个位置新建一个) 如果是OS X 10.11及以上系统,因为没有/usr/bin文件夹的写权限,所以在当前用户根目录下新建文件夹bin将class-dump文件粘贴到此即可...
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). Best regards, The App Store Team How can i solve this problem ? ...
第二步 这时需要排查项目包含UIWebView的静态库,因为第一步全局搜索无法搜索到.a的静态库,可以使用下面的命令 代码语言:javascript 复制 打开终端控制台,cd 到项目目录,使用脚本排查 grep-r UIWebView.(脚本包含最后一个标点符号) 执行以上代码,会得到项目中具体包含uiwebview 静态库或者文件的名称及相关代码。
iOSITMS-90809:DeprecatedAPIUsage- New apps that useUIWebVieware no longer accepted. Instead...; 解压后将class-dump 复制到/usr/bin/class-dump 如果是OS X 10.11及以上系统,因为没有/usr/bin文件夹的写权限,所以在当前用户根目录下新建文件夹bin将 ...