如何实施Google Play应用内更新以及如何在Xamarin中使用Play核心库

时间:2019-05-20 09:38:29

标签: android xamarin.android google-play

Google提供了一种实现应用内更新的新方法:https://developer.android.com/guide/app-bundle/in-app-updates,可用于强制用户使用可用的最新版本来更新其应用。

要使用此新功能,需要使用Play Core Library 1.5.0或更高版本:https://developer.android.com/guide/app-bundle/playcore

是否可以从Xamarin使用它并通过此新功能实施应用内更新?

致谢

1 个答案:

答案 0 :(得分:0)

我能够为播放核心库提供Xamarin绑定,可以在我的驱动器上找到此绑定库:https://drive.google.com/file/d/1r8QuqW25PKcQty0W_Q0eEgMcA8ynt_3J/view?usp=sharing

将很快将其打包到NuGet中,一旦我将在此处更新