app strore上传应用失败(二)
2020-06-08 本文已影响0人
小学生程序员
包含UIWebView上传失败,提交可能成功,但找不到上传的包,只会发一封邮件:
App Store Connect
Dear Developer,
We identified one or more issues with a recent delivery for your app, "xxxx" xxx (xxx). 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).
Best regards,
The App Store Team
1.要将UIWebView替换为WKWebView
2.如果还是不行,就是三方的问题,在终端中进入项目文件目录,执行 grep -r UIWebView .