美文网首页
iOS关于审核提交构建版本不显示的问题

iOS关于审核提交构建版本不显示的问题

作者: 是夏目啊 | 来源:发表于2021-07-13 09:57 被阅读0次
1611317-0227e8d7dcce3bcd.png

上传IPA到App Store connect 一直刷新不显示构建版本,后来打开邮箱发现了问题:

Dear Developer,

We identified one or more issues with a recent delivery for your app, "XX直播" 1.0.0 (1). 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

第一步项目中搜索 UIWebView 去掉。

第二步终端输入 grep -r UIWebView .
检查 .a 文件或第三方库相关搜不到的,该替换替换该升级升级。

相关文章

网友评论

      本文标题:iOS关于审核提交构建版本不显示的问题

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