上传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 文件或第三方库相关搜不到的,该替换替换该升级升级。
网友评论