How can I test In-app updates in Android?

前端 未结 8 1587
死守一世寂寞
死守一世寂寞 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-14 16:30

    Alternatively you can use this class as a UNIT test for simulation of in-app updates

    FakeAppUpdateManager

    This has some pre-defined methods.

提交回复
热议问题