Recently, Google introduced \'in-app updates\' in Google I/O 2019.
So I am trying to use it.
val appUpdateManager = AppUpdateManagerFactory.create(th
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.