内部测试人员在哪里下载 Google Play Android 应用程序?

我认为我只需要这个链接 https://play.google.com/store/apps/details?id=com.here.myapp.name下载应用程序从播放商店,但当我点击它从测试人员帐户(在测试人员列表)我只能看到enter image description here

102041 次浏览

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.

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

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

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.

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).

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

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. enter image description here

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

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

The Internal testing track in PlayStore has evolved a lot in the last years. To answer your question in today's context, this post should be helpful: https://medium.com/@tukai.anirban/internal-testing-in-google-playstore-47de955062ad

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.