将我的.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
仍然得到警告。
我认为是因为我在项目中引用了Telerik控件,但我也遵循了此solution
还没有运气
This post有答案
在我的项目中,我有一个对[]的参考
Xamarin.Forms.Visual.Material
并且此内部引用
Xamarin.iOS.MaterialComponents
组件的版本较旧(72),所以我将最新版本Xamarin.iOS.MaterialComponents(现在是92)作为新的nuget添加了新的.IPA,该错误消失了。