Restrict access to download the application on 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:
- 为您的 Alpha 版或 Beta 版测试选择一个 APK.
- 为每个测试选择用户组.
- 发布您的 alpha 或 beta 测试 APK.
- 请您的测试人员选择加入.
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 上下载应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:限制访问以在 Google Play 上下载应用程序


基础教程推荐
- NSString intValue 不能用于检索电话号码 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- iOS4 创建后台定时器 2022-01-01