上架app store警告new apps that use UIWebView APIs

ITMS-90809: Deprecated API Usage

Dear Developer,

We identified one or more issues with a recent delivery for your app, "xxxx" 1.0.0 (3). Your delivery was successful, but you may wish to correct the following issues in your next delivery:

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView APIs starting from April 2020.See (https://developer.apple.com/documentation/uikit/uiwebview) for more information.

After you’ve corrected the issues, you can upload a new binary to App Store Connect.

Best regards,

The App Store Team
cd 到项目目录,使用脚本排查 grep -r UIWebView . 坑 更新pod至最新环境 更新静态库

下面这些第三方库都包含UIWebView
需要在官方下载最新的SDK替换
Binary liblibWeex.a
Binary liblibPDRCore.a
Binary libTCWeiboSDK.a
Binary libSinaShare.a
Binary libQHOauth.a
Binary QHADSDK.framework
Binary liblibPGInvocation.a
Binary GoogleMobileAds.framework
Binary qucFrameWorkAll.framework
Binary libWeChatSDK_pay.a
Binary libWeChatSDK.a
Binary MiPassport.framework
Binary libWeChatSDK.a
Binary TBWXDevTool.framework
Binary AlipaySDK.framework
目前只发现了这些....后续更新

你可能感兴趣的:(上架app store警告new apps that use UIWebView APIs)