美文网首页
app strore上传应用失败(二)

app strore上传应用失败(二)

作者: 小学生程序员 | 来源:发表于2020-06-08 20:04 被阅读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 .

相关文章

网友评论

      本文标题:app strore上传应用失败(二)

      本文链接:https://www.haomeiwen.com/subject/ahddtktx.html