首页 UIWebView 已经彻底被苹果抛弃了
文章
取消

UIWebView 已经彻底被苹果抛弃了

昨天提交更新新版本, 然后就收到了苹果的邮件, 邮件内容如下:

Dear Developer,

We identified one or more issues with a recent delivery for your app, “xxx” . 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 apps that use UIWebView APIs . 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

大致就是讲我的应用中使用了 UIWebView 相关的 API. 将来苹果会拒绝这样的 App.

看了一下官方文档, UIWebViewiOS13 中已经被苹果弃用, 虽然暂时也并不影响正常使用.

既然已经弃用了, 就全部修改成使用 WKWebView 吧.

以后新功能, 新项目也要注意这一点.

本文由作者按照 CC BY 4.0 进行授权

iOS13 中修改 UITabbarItem 字体颜色

iOS 方法内局部变量 (对象) 的内存释放