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
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
On
You could review the Play.Core library to support app-updates: https://github.com/PatGet/XamarinPlayCoreUpdater
If you want a example in xamarin forms, go to PlayCoreUpdateTest/PlayCoreUpdateTest.Android in the same repo.
I used an Android phisical device to test my app published in the store and that worked for me, good luck!
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.