Is there a way to limit the downloads for an app on the play store?(有没有办法限制应用程序在 Play 商店中的下载量?)
问题描述
我将推出一款基于网络的新应用.现在我没有把它扩展得很大(我只有一台服务器在运行).无论如何,通过 Google Play,我可以将下载限制为几百人,直到我可以购买我的应用程序所需的可扩展性?我希望每个月最多有几百人下载该应用程序,以便我可以相应地扩展.除了每次下载太多时将其从商店中删除之外,还有其他方法吗?
I am getting to launch a new app which is network based. Right now I do not have it scaled very large (I only have one server running). Is there anyway through Google Play that I can restrict the downloads to a couple of hundred people until I can purchase the scalability I need for my app? I want to have a maximum of a couple hundred people download the app a month so that I can scale accordingly. Is there anyway to do this besides removing it from the store every time I get too many downloads?
推荐答案
您可以使用 Google Play Alpha/Beta 测试,允许您邀请人们加入 Google 群组或 Google+ 社区,并且只有这些人才能从 Google Play 下载您的应用程序.这样一来,您可以在达到一定数量的人后取消会员资格(请注意,如果您使用的是 Google+ 社区,则需要确保将其设为公开 - 版主批准加入或私有),然后在您重新启动已经扩大了.
You could utilize Google Play Alpha/Beta testing which allows you to invite people to either a Google Group or Google+ Community and only those people can download your application from Google Play. That way you could cut off membership once you've hit a certain number of people (note that if you are using a Google+ Community, you want to make sure you make it Public - Moderator approval to join or Private) and then restart once you've scaled up.
但是,如果您对应用进行传统的生产发布,则无法限制下载应用的人数.
However, if you are doing a traditional production publish of your app then there is no way to limit the number of people downloading your application.
这篇关于有没有办法限制应用程序在 Play 商店中的下载量?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:有没有办法限制应用程序在 Play 商店中的下载量?
基础教程推荐
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01