简体   繁体   English

如何控制谁可以从 Play 商店安装我的应用程序?

[英]How to control who can install my app from play store?

I have an app that I want to be able to distribute to clients from other organisations.我有一个应用程序,我希望能够将其分发给来自其他组织的客户。 I don't want this app to be publicly visible on the play store, ideally the client would receive a link from me that would allow them to download the app from the play store.我不希望此应用程序在 Play 商店中公开可见,理想情况下,客户会收到我的链接,允许他们从 Play 商店下载该应用程序。

I have had a bit of a search for this, so far I can only find 'Managed groups' ( https://support.google.com/a/answer/2494992?hl=en ) and 'closed tests' ( https://support.google.com/googleplay/android-developer/answer/3131213?hl=en ).我对此进行了一些搜索,到目前为止我只能找到“托管组”( https://support.google.com/a/answer/2494992?hl=en )和“封闭测试”( https: //support.google.com/googleplay/android-developer/answer/3131213?hl=en )。 A closed test looks to be along the lines of an ideal scenario, however the client would be aware that the app is in a testing phase, and may be able to do more with the app than intended for an end user.封闭式测试看起来符合理想情况,但是客户会意识到应用程序处于测试阶段,并且可能能够对应用程序做比为最终用户设计的更多的事情。 The managed groups also seem ideal, but they seem to be limited to my organisation, and when they talk about whitelisting that seems to be more whitelisting the apps on a user's device rather than whitelisting who can download the app.托管组似乎也很理想,但他们似乎仅限于我的组织,当他们谈论白名单时,似乎更多的是将用户设备上的应用程序列入白名单,而不是将可以下载该应用程序的白名单列入白名单。

Any help would be appreciated :)任何帮助,将不胜感激 :)

To publish a private app within a client's organization (as a 3rd party developer): If you're an agency developer who wants to manage the publishing flow on behalf of your client, or if you've built an app for multiple organization clients and don't want the app to show up in the public Play store, you can use your clients' Organization IDs to publish these apps directly to your client's organizations.在客户组织内发布私有应用程序(作为 3rd 方开发人员):如果您是希望代表客户管理发布流程的代理开发人员,或者如果您为多个组织客户构建了应用程序并且如果不希望该应用出现在公共 Play 商店中,您可以使用您客户的组织 ID 将这些应用直接发布到您客户的组织。

https://support.google.com/googleplay/android-developer/answer/6145139?hl=en https://support.google.com/googleplay/android-developer/answer/6145139?hl=en

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从我的应用程序打开Goog​​le Play商店应用程序以在Play商店中安装我的应用程序的最新版本 - How to open Google Play Store App from my app to install the latest version of my app available on play store 我们可以直接从我的应用程序安装Google Play商店应用程序吗? - Can we install google play store applications directly from my app? 如何从我的应用程序打开 Play 商店并获取进度和安装结果 - How to open play store from my app and get progress and install result 从NativeScript 5.1开始无法从Play商店安装应用 - Can't install app from Play Store since NativeScript 5.1 我无法从Play商店安装自己的应用程序 - I can't install my own Application from the play store 管理谁可以在Google Play商店应用页面上看到其他用户的反馈 - Manage who can see the feedback from other users on the google play store app page 如何从我的应用程序中打开 Google Play 商店应用程序页面? - How can I open a Google Play Store app page from within my app? 无法从Play商店安装更新的应用程序 - Unable to install an updated App from play store Flutter 应用无法从 Play 商店安装 - Flutter App cannot install from Play Store 我可以强制我的Android应用从Play商店进行更新吗? - Can I force my Android app to update from the Play Store?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM