【iOS】UIWebView被废弃了

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.

苹果即将在四月拒绝还在使用UIWebView的App提交,为此要全面清除存在的UIWebView代码。

打开终端,cd到项目根目录。
执行以下命令,就能看到哪些文件内还在有UIWebview的踪迹。

 grep -r UIWebView .

你可能感兴趣的:(【iOS】UIWebView被废弃了)