Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Play -- Download link for unpublished app?

Is it possible to have a download link for an unpublished app in Google Play? I want to send it out to a few people before publishing.

I know I could just send an APK, but I would like to have it staged first.

Thanks!

like image 622
Adam Storr Avatar asked Mar 13 '12 18:03

Adam Storr


Video Answer


2 Answers

Yes, it is possible to download apps from a URL directly (the Amazon app store is distributed in this way) the only caveat is that the phone needs to be set to accept non app-store (Google Play) apps.

like image 159
javram Avatar answered Oct 04 '22 00:10

javram


Google Play now allows you to publish beta and alpha versions of your mobile application.

This involves creating a Google Group or Google+ community, and inviting your testers to it. They can then use a link of the form https://play.google.com/apps/testing/com.example.packagename to opt in to the beta.

They beta/alpha APK will then be available for them to download normally via Google Play.

like image 25
Deanna Avatar answered Oct 04 '22 00:10

Deanna