How can I test In-app updates in Android?

前端 未结 8 1551
死守一世寂寞
死守一世寂寞 2020-12-14 16:05

Recently, Google introduced \'in-app updates\' in Google I/O 2019.

So I am trying to use it.

val appUpdateManager = AppUpdateManagerFactory.create(th         


        
8条回答
  •  时光说笑
    2020-12-14 16:14

    I don't know if by this time you already got it down, but after some time testing I figured out that decreasing the versionName is what I needed to do to be able to test it properly, before I'd tested only decreasing the versionCode... I think that the API should be able to handle whenever the versionName or versionCode are out of date, but apparently it doesn't.

提交回复
热议问题