搬砖

iOSUIWebView禁止使用

2020-04-24  本文已影响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 .
找到相应文件删除

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

上一篇 下一篇

猜你喜欢

热点阅读