Xamarin Forms iOS中的UIWebView警告

问题描述 投票:0回答:1

将我的.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

还没有运气

enter image description here

visual-studio xamarin.forms xamarin.ios telerik
1个回答
0
投票

This post有答案

在我的项目中,我有一个对[]的参考

Xamarin.Forms.Visual.Material

并且此内部引用

Xamarin.iOS.MaterialComponents

组件的版本较旧(72),所以我将最新版本Xamarin.iOS.MaterialComponents(现在是92)作为新的nuget添加了新的.IPA,该错误消失了。

© www.soinside.com 2019 - 2024. All rights reserved.