今天App提交审核,上传成功了但是构建中不显示,老规矩邮箱中找苹果发的邮件。
代码语言:javascript复制Dear Developer,
We identified one or more issues with a recent delivery for your app, "xxxx" 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全部替换为WKWebView。