1

您好我正在使用 xamarin 表单和 cocossharp 在 c# 上开发应用程序。每次我在苹果商店发表文章时,我都会收到警告:

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 团队修复的解决方案(https://devblogs.microsoft.com/xamarin/uiwebview-deprecation-xamarin-forms/

但是,即使我遵循了该解决方案,我仍然收到警告,我还删除了 Xamarin.Auth,我认为它也使用了 UIWebView。

这是我使用的软件包的列表。

在此处输入图像描述

4

1 回答 1

1

如果您使用的是 Visual Material,则必须使用 Xamarin Forms 4.6 版本,看来您使用的是 4.5。

于 2020-05-14T06:30:52.533 回答