Restrict access to download the application on Google Play(限制访问以在 Google Play 上下载应用程序)

本文介绍了限制访问以在 Google Play 上下载应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个仍处于测试版的应用程序,但我有兴趣将其上传到 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 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?

推荐答案

从 2013 年 5 月开始,Google Play 开发者控制台可让您通过 alpha 和 beta 测试以及分阶段推出功能与用户组一起测试您的应用.您需要:

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. 为您的 Alpha 版或 Beta 版测试选择一个 APK.
  2. 为每个测试选择用户组.
  3. 发布您的 alpha 或 beta 测试 APK.
  4. 请您的测试人员选择加入.

alpha/beta 测试人员必须是 Google 群组 或 Google+ 社区.该应用程序只会出现在 Google Play 中,供选择加入的测试人员使用,而不会向任何其他用户显示.另一个不方便的是,测试链接发布后可能需要长达 24 小时才能激活,但通常会更短

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

您可以在此处找到有关Beta 测试和分阶段推出

这篇关于限制访问以在 Google Play 上下载应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!