谷歌提供了一种实现应用内更新的新方法: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中使用它,并使用这个新功能实现应用内更新?
问候
发布于 2019-05-30 18:00:04
我想出了play核心库的Xamarin绑定,它可以在我的驱动器上找到:https://drive.google.com/file/d/1r8QuqW25PKcQty0W_Q0eEgMcA8ynt_3J/view?usp=sharing
我很快就会把它打包成NuGet,一旦我这样做了,就会在这里更新
https://stackoverflow.com/questions/56218160
复制相似问题