【发布时间】:2020-03-20 21:32:26
【问题描述】:
您好,我正在使用 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。
这是我使用的包的列表。
【问题讨论】:
-
在github上查看这个问题:github.com/xamarin/Xamarin.Forms/issues/9823
标签: visual-studio-2010 xamarin.forms xamarin.ios app-store-connect cocossharp