Home > other >  Is there any way to use Updates in google app for xamarin
Is there any way to use Updates in google app for xamarin

Time:10-29

image provided on google api page

I would like to know if there is a nuget package or if google provides this API for xamarin.forms?

I saw that it had only for kotlin and native java

reference: https://developer.android.com/guide/playcore/in-app-updates?hl=pt-br

CodePudding user response:

Have you checked Xamarin.Google.Android.Play.Core? Looks like you need at least 1.11 and the present version is 1.10.3.2. Why not request it at https://github.com/xamarin/AndroidX.

CodePudding user response:

You can check this docs. It tells how to publish app on Google play or upload new version of apk officially.

And You can see this link, it's also about game update.

  • Related