Skip to content Skip to sidebar Skip to footer

Restrict Access To Download The Application On Google Play

I'm developing an application that is still in beta version but I'm interested in uploading it to Google Play in order to test the market. As I mentioned before the application ha

Solution 1:

Starting on May '13 Google Play Developer Console lets you test your app with groups of users through alpha- and beta-testing and staged rollouts feature. You need to:

  1. Select an APK for your alpha or beta test.
  2. Select the group of users for each test.
  3. Publish your alpha- or beta-test APK.
  4. Ask your testers to opt in.

The alpha/beta testers must be part of either a Google group or a Google+ community. the app will only appear in Google Play for testers that opt-in and not to any other users. Another inconvenient is that it may take up to 24 hours after publishing for the test link to become active, but normally it will be less time

Here you can find more information about Beta-testing and staged rollouts

Solution 2:

You can restrict access to your published applications in the Google Play developer console, but the restrictions you can use are restrictions like country, type of device (tablet, smartphone), screen size, Android version, etc. Limiting access to specific users or specific devices is however not possible.

You can always publish the apk file on a restriced access download location and then share it amongst your beta users. Another possibility would be to publish the application in the Google Play market and then check in your application whether an user is allowed to run it, but I think that would be more work for you.


Edit: This answer has become outdated since Google introduced beta testing through Google Play, see JuanMa Cuevas' answer.

Solution 3:

The Play Store doesn't provide this facility.

You could change the namespace (for testing), and upload it using a different name. i.e. cloak it as a different branded app, and if it does well, upload the real one.

You could set up a web site with downloads, or use another app store.

You could use a third-party service to manage beta a release. e.g. https://www.zubhium.com/

Solution 4:

Why don't you just host the apk yourself and distribute the link to your selected testers.

Or you could use a private market such as http://www.push-link.com/ which seems free and apparently has the ability to push updates to your users

Post a Comment for "Restrict Access To Download The Application On Google Play"