You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating Apps that Use Web Views
December 23, 2019
If your app still embeds web content using the deprecated UIWebView API, we strongly encourage you to update to WKWebView as soon as possible for improved security and reliability. WKWebView ensures that compromised web content doesn’t affect the rest of an app by limiting web processing to the app’s web view. And it’s supported in iOS and macOS, and by Mac Catalyst.
The App Store will no longer accept new apps using UIWebView as of April 2020 and app updates using UIWebView as of December 2020.
翻译过来就是:
更新使用 WebView的应用程序
2019年12月23日
如果您的应用程序仍然使用被废弃的 UIWebView API 嵌入 Web 内容,我们强烈建议您尽快更新到 WKWebView,以提高安全性和可靠性。WKWebView 通过将 Web 处理限制在应用程序的 Web 视图中,确保相关的 Web 内容不会影响(侵入)到应用程序的其他部分。而且它在 iOS 和 macOS 以及 Mac Catalyst 中都支持。
从2020年4月起,App Store 将不再接受使用 UIWebView 的新应用,而从2020年12月起,App Store 将不再接受使用 UIWebView 的应用更新。
点了"在看"的同学
下半年审核通过率100%
"在看"👇👇
The text was updated successfully, but these errors were encountered:
根据 @Iteatime(技术清谈) 群里的反馈将最近 UIWebView API 被拒情况汇总一下,希望对大家上架有帮助
2020-05-09 13:15:54更新:
UIWebView API 被拒情况汇总:
感谢群里的 @独醉年华-云图iOS -北京 提供2019年5月6日的上架数据。
群里的@慧编 表示:新的app 不支持的,旧的也快了。
@em-送外卖的-重庆iOS 表示:响应苹果的号召吧 长痛不如早痛.
检测脚本
注意文章的评论区,我会在那里给出更新过的建议:
《怎么查哪个 SDK 使用了 UIWebView 的 API ?》
附上 Apple 的最后通牒:
If your app still embeds web content using the deprecated UIWebView API, we strongly encourage you to update to WKWebView as soon as possible for improved security and reliability. WKWebView ensures that compromised web content doesn’t affect the rest of an app by limiting web processing to the app’s web view. And it’s supported in iOS and macOS, and by Mac Catalyst.
The App Store will no longer accept new apps using UIWebView as of April 2020 and app updates using UIWebView as of December 2020.
翻译过来就是:
如果您的应用程序仍然使用被废弃的 UIWebView API 嵌入 Web 内容,我们强烈建议您尽快更新到 WKWebView,以提高安全性和可靠性。WKWebView 通过将 Web 处理限制在应用程序的 Web 视图中,确保相关的 Web 内容不会影响(侵入)到应用程序的其他部分。而且它在 iOS 和 macOS 以及 Mac Catalyst 中都支持。
从2020年4月起,App Store 将不再接受使用 UIWebView 的新应用,而从2020年12月起,App Store 将不再接受使用 UIWebView 的应用更新。
点了"在看"的同学
下半年审核通过率100%
"在看"👇👇
The text was updated successfully, but these errors were encountered: