在将新APK上传到一个非常简单的APP的GooglePlay时,仅使用Visual Studio 2019 Xamarin.Forms的webview,我在Google Play控制台上遇到以下错误:
“我们检测到您的应用使用的是旧版本的Google Play开发者API。从2019年12月1日起,该API的版本1和2将不再可用。在此日期之前更新为版本3。了解更多信息”
Nuget软件包:
ID版本ProjectName
--------- -----------
Microsoft.AppCenter.Analytics {2.1.1} xamarin
Xamarin.Essentials {1.1.0} xamarin
Microsoft.AppCenter.Push { 2.1.1} xamarin
NETStandard.Library {2.0.3} xamarin
Microsoft.AppCenter.Crashs {2.1.1} xamarin
Xamarin.Forms {4.0.0.540366} xamarin
Microsoft.AppCenter {2.1.1} xamarin
Microsoft.AppCenter {2.1.1
} fms_xamarin.Android
Microsoft.AppCenter.Analytics {2.1.1} fms_xamarin.Android
Microsoft.AppCenter。崩溃{2.1.1} fms_xamarin.Android Microsoft.AppCenter。推送{2.1.1} fms_xamarin.Android
Xamarin.Forms {4.0.0.540366} fms_xamarin.Android
Xamarin.Android.Support.Design {28.0.0.1} fms_xamarin.Android
Xamarin.Android.Support.v7.AppCo ... {28.0.0.1} fms_xamarin.Android
Xamarin.Android.Support.v4 {28.0.0.1} fms_xamarin.Android
Xamarin.Android.Support.v7.CardView {28.0.0.1} fms_xamarin .Android
Xamarin.Android.Support.v7.Media ... {28.0.0.1} fms_xamarin.Android
Xamarin.Android.Support.Core.Utils {28.0.0.1} fms_xamarin.Android
Xamarin.Android.Support.CustomTabs {28.0.0.1 } fms_xamarin.Android
Xamarin.Essentials {1.1.0} fms_xamarin.Android
Xamarin.GooglePlayServices.Base {60.1142.1} fms_xamarin.Android
Xamarin.GooglePlayServices.Basement {60.1142.1} …
当我尝试上传我的 apk 时,VS2017 显示此错误:
This API has been deprecated and is no longer available
知道是什么原因以及如何解决此错误吗?
Xamarin 4.12.3