The answer in the question Android play console: internal testing version, close testing ? how does it works? says:
End users (or testers) cannot choose which version they want, they will always receive the APK/AAB with the highest versionCode that they are eligible for.
But I wonder: How can we continue using the internal test track for developing new features when it's overriden by the production track if we release something on the production track, i.e. a hotfix?
Work arounds could be:
- re-release the internal version with a higher version code after a release on production track has been made.
- not using the internal test track at all and providing the internal testers with an apk.
- release a seperate app for internal testing
But all these are time consuming and it makes no sense to me that there is no workflow for a parallel internal testing to a frequently updated production release.
Some suggestions on this?