Reputation: 2050
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
Upvotes: 134
Views: 170107
Reputation: 1382
After that testers should accept the invitation, install app from Google Play, and check the updates
Upvotes: 66
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
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
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:
Searched for "android Available to internal testers", as Play Console stated exactly this, without the link providing an app (see original question).
Upvotes: 38
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.
Upvotes: 1
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
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
Reputation: 4935
Here's how I found it (with help from Scar Coder's answer)
Expand the 'Manage testers area'
Copy the Opt-in URL:
Upvotes: 41
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
Upvotes: 71
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