Restrict access to download the application on Google Play [closed]

点点圈 提交于 2019-12-18 02:39:30

问题


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 has not been released yet, so I would like to know if it's possible to restrict the access so that only a restrict number of users will be able to download it?


回答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




回答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.




回答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/




回答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



来源:https://stackoverflow.com/questions/9939801/restrict-access-to-download-the-application-on-google-play

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!