Problem Statement
I have setup my already published app for an internal test track according to the instructions provided by Google. However, I do get redirected to the page as shown in the image below. When I click on download it on Google Play
, I am always redirected to the public version of my app instead of the internal testing version.
Background
I have introduced a functionality in the app that redirects the user to update the app. Prior to releasing to production, I would like to test this functionality with a group of internal testers.
What I've already tried
- I have setup the testing users correctly by creating a list of such users.
- I have referred to this question and have completed all the steps of publishing and shared the opt-in URL with my testers.
- I have also referred to this question and have waited for multiple hours, as well as cleared
Play Services/Browser
cache on the devices that have the invited testing account set as the primary account
What I really want
What I would like to happen is to gain access to the Play Store listing page of the internal testing app and redirect to it from another build so that it can be ensured that after the update, the app works as required.