Android 我可以在 Google Play 商店中隐藏我的应用程序吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11718505/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Can I hide my application in Google Play Store?
提问by Carlos3dx
I'm developing an Android App only for my clients and I want to publish on Google Play. Is there a way to hide the application from searches and make it only accessible by URL? To use the app, people need a license, and I don't want someone searching for "XYZ" to see my app.
我正在为我的客户开发一个 Android 应用程序,我想在 Google Play 上发布。有没有办法在搜索中隐藏应用程序并使其只能通过 URL 访问?要使用该应用程序,人们需要获得许可,而且我不希望搜索“XYZ”的人看到我的应用程序。
Hosting the APK on my servers is not a solution, since I update it very often and prefer the Play Store update system.
在我的服务器上托管 APK 不是解决方案,因为我经常更新它并且更喜欢 Play 商店更新系统。
采纳答案by mlabraca
Google Play now allows you a new way to distribute internal applications(Google Play Private Channel):
Google Play 现在允许您以新的方式分发内部应用程序(Google Play Private Channel):
The Google Play Private Channel for Google Apps (the Private Channel) allows Google Apps domains to distribute internal Android applications to their users through the Google Play Store.
Google Apps 的 Google Play 专用渠道(专用渠道)允许 Google Apps 域通过 Google Play 商店向其用户分发内部 Android 应用程序。
Hereyou can find the announce on Google Enterprise Blog and herethe instructions to set up this feature.
回答by android developer
One way is to publish it very temporarily, then tell everyone to download it, and right after that to unpublish the app.
一种方法是非常临时地发布它,然后告诉所有人下载它,然后立即取消发布该应用程序。
Another way is to put the right description of the app (alpha, preview,...) and allow only selected users to actually use it (others can download, but it won't work for them). you can let only the selected users to make it work using any method you wish.
另一种方法是放置应用程序的正确描述(alpha、预览等)并只允许选定的用户实际使用它(其他人可以下载,但对他们不起作用)。您可以只让选定的用户使用您希望的任何方法使其工作。
However it's done, you should think how to make the license expire at some point.
不管怎样,你应该考虑如何让许可证在某个时候过期。
Another way is to put it on a server and make the app check for a new update every now and then. You might also use google drive, but I'm not sure how.
另一种方法是将它放在服务器上并让应用程序不时检查新更新。您也可以使用谷歌驱动器,但我不确定如何使用。
回答by Santanu
Just login to your developer account, go to the application, and make it unpublished.
只需登录您的开发者帐户,转到应用程序,然后取消发布即可。