Reputation: 83299
I just created a new app in the Google Play Developer Console. I haven't uploaded or published any beta or production APK's. I've only uploaded an alpha version.
Once uploaded (and once several hours have passed), how/where can I find the alpha version of my app? I can't seem to find it in the Google Play store on my phone.
Upvotes: 18
Views: 10967
Reputation: 373
if you mean how/where can you find the alpha version of your app? I think you could find the Opt-in URL to see and download your app.
Upvotes: 0
Reputation: 1043
You can provide access alpha version of app by following below steps:
Replace com.package.name
with your app package name https://play.google.com/apps/testing/com.package.name
(Refer this), share this URL with your testers
After you open the URL page will have an option to "Become a tester", and proceed with the directions.
Note: Only members listed in the tester group can become a tester.
Upvotes: 15
Reputation: 15543
I'm using alpha and beta testing features and I think they are one of the most important features of Google Play. Hope this answer helps anyone who needs to use those features:
Direct answer to your question: At Google Play, only alpha testers can see an application which is published at Alpha Testing Stage. (Also, only Beta Testers can see an application which is published at Beta Testing Stage)
Detailed steps:
Google Play Developer Console
, select your application and go
to APK
section.Alpha Testing
tab.Alpha Testing
.Google Play
an application which is published at Alpha Testing
can only be seen by Alpha Testers. So you must define alpha tester groups.Manage list of testers
link at Alpha Testing
tab. When you click that link you'll see a panel which asks; Add Google Groups or Google+ Communities
.NOTE: Process is same for Beta Testing
. Just define another tester group and add testers to it.
Upvotes: 4
Reputation: 1267
Follow this steps, 1) Upload app in alpha 2) Add any group groups, Google+ groups 3) Publish the app and again come alpha page added group, you will have url which you need to give to your tester.
Hope this help you, let me know if you have any issues.
Upvotes: 0
Reputation: 5162
I was wondering this myself when I saw that this was a new feature. While I haven't tried it, my guess would be to add you account to the testing enabled devices. This can be found like this:
Upvotes: 1
Reputation: 27221
Have you published the app? Or just uploaded it? You have enter some information and confirm publish restrictions, set the price, etc. At the end you heve to press publish key on top right corner.
Upvotes: 0