Dear Developer,
We identified one or more issues with a recent delivery for your app, "XXXXX" 1.0.3 (1). Your delivery was successful, but you may wish to correct the following issues in your next delivery:
ITMS-90809: Deprecated API Usage - App updates that use UIWebView will no longer be accepted as of December 2020. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).
After you’ve corrected the issues, you can upload a new binary to App Store Connect.
Best regards,
The App Store Team
亲爱的开发人员,
我们发现您的应用“XXXXX” 1.0.3(1)最近交付时出现了一个或多个问题。 交付成功,但是您可能希望在下一次交付中更正以下问题:
ITMS-90809:不推荐使用的API-自2020年12月起,将不再接受使用UIWebView的应用程序更新。相反,请使用WKWebView来提高安全性和可靠性。 了解更多信息(https://developer.apple.com/documentation/uikit/uiwebview)。
解决问题之后,您可以将新的二进制文件上传到App Store Connect。
最好的祝福,
App Store团队
解决方案:
打开终端
,cd
到项目目录,输入grep -r UIWebView .
,修改相关包含UIWebView的文件即可。