如果测试版 apk 比官方 apk 旧,测试版用户将获得哪个 apk?
Which apk will beta users get if beta apk is older that official apk?
我已经为我的 Android 应用设置了 Google Play 测试版程序。想象一下以下场景:
- 我将 apk1 作为测试版发布
versionCode 1
- Beta 用户安装此 Beta 版本
- 我将 apk2 发布为官方 发布版本
versionCode 2
Google Play 会向测试版用户提供 apk2 吗?
...your alpha APKs should have the highest version codes, followed by
beta, and finally production.
- ...
- If a production APK is uploaded with a higher version code than an alpha or beta APK, some or all of your alpha and beta users will
install the production APK, instead of APKs of the testing tracks.
https://support.google.com/googleplay/android-developer/answer/3131213?hl=en#version_codes
我已经为我的 Android 应用设置了 Google Play 测试版程序。想象一下以下场景:
- 我将 apk1 作为测试版发布
versionCode 1
- Beta 用户安装此 Beta 版本
- 我将 apk2 发布为官方 发布版本
versionCode 2
Google Play 会向测试版用户提供 apk2 吗?
...your alpha APKs should have the highest version codes, followed by beta, and finally production.
- ...
- If a production APK is uploaded with a higher version code than an alpha or beta APK, some or all of your alpha and beta users will install the production APK, instead of APKs of the testing tracks.
https://support.google.com/googleplay/android-developer/answer/3131213?hl=en#version_codes