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
親愛的開發(fā)人員,
我們發(fā)現(xiàn)您的應(yīng)用“XXXXX” 1.0.3(1)最近交付時出現(xiàn)了一個或多個問題。 交付成功,但是您可能希望在下一次交付中更正以下問題:
ITMS-90809:不推薦使用的API-自2020年12月起,將不再接受使用UIWebView的應(yīng)用程序更新。相反,請使用WKWebView來提高安全性和可靠性。 了解更多信息(https://developer.apple.com/documentation/uikit/uiwebview)。
解決問題之后,您可以將新的二進制文件上傳到App Store Connect。
最好的祝福,
App Store團隊
解決方案:
打開終端,cd到項目目錄,輸入grep -r UIWebView .,修改相關(guān)包含UIWebView的文件即可。

.png