【发布时间】:2020-04-21 20:49:08
【问题描述】:
将我的 .ipa 发送给 Apple,我收到了以下警告:
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).
我仔细关注this solution
- Forms 4.5 或更新版本。
- Xamarin.iOS 13.10.0.17
- Visual Studio 16.4.3
- 附加 mtouch 参数字段中的此标志:--optimize=experimental-xforms-product-type
仍然收到警告。
我认为是因为我在项目中引用了 Telerik 控件,但我也遵循了这个solution
还没有运气
【问题讨论】:
-
如果您已按照document 中的所有步骤操作并确保您自己的代码中没有对
UIWebView或WebViewRenderer的任何引用,则警告应该会消失。查看这些线程以获得更多帮助:UIWebView Apple Deprecation April 2020 和 UIWebview issue。
标签: visual-studio xamarin.forms xamarin.ios telerik