在 Xcode 打包上传 App Store 时,在机扫过程中会通知包提交构建失败,原因如下 ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwe…

2023年4月10日 0条评论 797点热度 0人点赞 帮助教程 阅读全文

Apple 在 2014 年设计了 WKWebView,让您无论是在 iOS 还是在 macOS 上,都能快速且安全地将网页内容集成到您的 app 中。此后,我们一直建议您从 UIWebView 和 WebView (两者均已正式弃用) 转而使用 WKWebView。同时,App Store 也不再接受包含以上弃用框架的新 app。去年我们宣布,自 2020 年 12 月起,App Store 也将不再接受包含 UIWebView 的 app 更新。 但为了让您有更多时间采用 WKWebView 并确保它能支持开发…

2020年10月14日 0条评论 2142点热度 0人点赞 帮助教程 阅读全文