Virtual Device
Virtual Device

Reputation: 2050

Where do Internal testers download Google Play Android apps?

I thought I need just this link https://play.google.com/store/apps/details?id=com.here.myapp.name to download an app from Play Store, but when I click on it from tester account (which in tester list) I can only see enter image description here

Upvotes: 134

Views: 170107

Answers (11)

Marat Zangiev
Marat Zangiev

Reputation: 1382

For the new Google Play Console version

  1. Open your app → Release → Testing → Internal testing
  2. Tap on Testers → Scroll down and you will see How testers join your test at the bottom. image showing the Google Play console and the steps that need to be done

After that testers should accept the invitation, install app from Google Play, and check the updates

Upvotes: 66

kangkyu
kangkyu

Reputation: 6090

🤦‍♂️ in my case, I resolved the issue (internal testing app not possible to download from Play Store) by using the same email address for these three:

- tester email address
- the browser (page after first link click) email address
- and play store email address

I spent hours searching but, it worked when I switched my Play Store account..

I do not think anyone make similar mistake, or I don't think this should be documented anywhere, but I still want to make sure. please check the top right corner of your Play Store (where the account avatar is located) when it doesn't work.

Upvotes: 0

shiraz27
shiraz27

Reputation: 2636

it is 2023/2024 just click this and open it on your phone.

enter image description here

Upvotes: 3

Aldinjo
Aldinjo

Reputation: 432

We had to test migration from older app versions to the one under development. Unfortunately the link to the older version:

https://play.google.com/apps/test/<path.to.my.app>/<version code>

did not install the old version but the most recent version from the store. Even though the account was registered as "Tester" in "Internal Testing" in the Google Play Console and the developer feature "Internal app sharing" was turned on in the Playstore settings on the tester smartphone.

My solution was to clear the cache of the Google Playstore app. Then, I had to become a developer in the Playstore again (by tapping "Settings / About / Play Store Version" several times) in order to activate "Settings/General/Internal app sharing" again.

Afterwards, clicking the link worked fine. And I got the longed-for message "This version of this app () may be old. Turn off auto-update for this app to keep it from getting updated." and could perform my tests.

Upvotes: 1

0llie
0llie

Reputation: 8885

You just might have to wait...

The initial release time of up to 48hrs is what confused me, and is not well communicated on the Play Console: enter image description here

Searched for "android Available to internal testers", as Play Console stated exactly this, without the link providing an app (see original question).

Upvotes: 38

Mahesh Jamdade
Mahesh Jamdade

Reputation: 20221

As per the new Google Play console, you can share your app to internal testers by visiting internal app sharing upload page, Upload a new appBundle and share the link.

You can manage your internal testers under internal testing in the play console.

With internal app sharing, you can quickly share an app bundle or APK with your internal team and testers by uploading an app bundle or APK on the internal app sharing upload page and generating a link. When sharing your app this way, you can restrict access to email lists only or allow anyone whom you share the link with to download.

Source

Upvotes: 1

Timur
Timur

Reputation: 1343

https://play.google.com/apps/publish --> Select app --> Testing(in Release Part) --> Internal testing --> Testers and scroll Down and in How testers join your part take link of your app by clicking copy link part

You should visit the link on an Android device

Upvotes: 0

Raja C
Raja C

Reputation: 159

App should come to the published status before the Opt-in URL is enabled. You can get your app status in the small '?' symbol or in the drop down box location above the page. Google takes some time to review the app before publish after you submitted it.

Upvotes: 8

Mark
Mark

Reputation: 4935

Here's how I found it (with help from Scar Coder's answer)

  1. Log into the Google Play Console and select the app from the list, then click the App releases option in the left sidebar, then click the 'Manage' button for your internal test release:

screenshot showing the manage button

  1. Expand the 'Manage testers area'

  2. Copy the Opt-in URL:

screenshot showing opt-in URL location

Upvotes: 41

Jay Thakkar
Jay Thakkar

Reputation: 1542

The link of testing will be https://play.google.com/apps/testing/packagename and you can find that in Alpha/Beta publish tab.

https://play.google.com/apps/publish --> Select app --> Release Management --> App Release --> Alpha/Beta --> Manage --> Opt-in URL (URL for testing)

Updated to add tester (Close test)

Add testers

  1. On the left menu, select Settings Settings > Manage testers > Create a list.
  2. Type a name to identify your list of testers. You can use the same list for future tests on any of your apps.
  3. Add email addresses and create list.
  4. On the left menu,select Release management > App releases.
  5. Next, to the closed track, select Manage.
  6. Next to "Choose a testing method," select Closed Testing.
  7. In the "Users" section, check the box next to the list you want to use.
  8. List of will be notified and selected user can accept the invitation and test the app.

Upvotes: 71

Scar Coder
Scar Coder

Reputation: 397

On the Play Console, there is an opt-in url that needs to be sent to the internal testers before they can be able to download the app

Upvotes: 4

Related Questions