Visual studio 2010 ITMS-90809:不推荐的API使用-即使应用了解决方案,仍会收到警告

Visual studio 2010 ITMS-90809:不推荐的API使用-即使应用了解决方案,仍会收到警告,visual-studio-2010,xamarin.forms,xamarin.ios,app-store-connect,cocossharp,Visual Studio 2010,Xamarin.forms,Xamarin.ios,App Store Connect,Cocossharp,嗨,我正在c#上开发一个应用程序,它使用xamarin表单和cocossharp。每次我在苹果商店上发表文章,我都会得到一个警告: ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView APIs starting from April 2020. See https://developer.apple.com/documentation/ui

嗨,我正在c#上开发一个应用程序,它使用xamarin表单和cocossharp。每次我在苹果商店上发表文章,我都会得到一个警告:

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView APIs starting from April 2020. See 
https://developer.apple.com/documentation/uikit/uiwebview for more information.

After you’ve corrected the issues, you can upload a new binary to App Store Connect.


这对我来说并不新鲜,因为我去年收到了这个警告,但苹果已经给出了最后期限

我在这里找到了一个由xamarin.ios团队()修复的解决方案

但是我仍然得到警告,即使我遵循了我也删除了Xamarin.Auth的解决方案,我认为这也是使用UIWebView的

这是我使用的软件包列表


如果您使用的是可视材料,您必须使用Xamarin Forms 4.6版本,似乎您使用的是4.5。

在github上查看此问题: