美文网首页搬砖
iOSUIWebView禁止使用

iOSUIWebView禁止使用

作者: 幻想无极 | 来源:发表于2020-04-24 16:54 被阅读0次

前言

最近苹果不允许使用UIWebView了,我们要紧跟苹果爸爸的步伐,哪里不对改哪里
Dear Developer,We identified one or more issues with a recent delivery for your app. Your delivery was successful, but you may wish to correct the following issues in your next delivery:ITMS-90809: Deprecated API Usage - Apple will no longer accept submissions of new apps that use UIWebView as of April 30, 2020 and app updates that use UIWebView 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

内容

grep -r UIWebView .
找到相应文件删除

如果是第三方呢,只有叫他们更新咯~

相关文章

网友评论

    本文标题:iOSUIWebView禁止使用

    本文链接:https://www.haomeiwen.com/subject/nlnfwhtx.html