Can I hide my application in Google Play Store?(我可以在 Google Play 商店中隐藏我的应用程序吗?)
问题描述
我正在为我的客户开发一个 Android 应用程序,我想在 Google Play 上发布.有没有办法从搜索中隐藏应用程序并使其只能通过 URL 访问?要使用该应用程序,人们需要许可证,我不希望有人搜索XYZ"来查看我的应用程序.
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.
在我的服务器上托管 APK 不是一个解决方案,因为我经常更新它并且更喜欢 Play 商店更新系统.
Hosting the APK on my servers is not a solution, since I update it very often and prefer the Play Store update system.
推荐答案
Google Play 现在允许您以一种新的方式分发内部应用程序(Google Play 私人频道):
Google Play now allows you a new way to distribute internal applications(Google Play Private Channel):
Google Apps 的 Google Play 专用渠道(专用渠道)允许 Google Apps 域通过 Google Play 商店向其用户分发内部 Android 应用程序.
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 企业博客和这里 设置此功能的说明.
Here you can find the announce on Google Enterprise Blog and here the instructions to set up this feature.
这篇关于我可以在 Google Play 商店中隐藏我的应用程序吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:我可以在 Google Play 商店中隐藏我的应用程序吗?
基础教程推荐
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
