简体   繁体   English

如何在 Google Play 上发布私人应用程序,无论是否使用 Android 管理 API?

[英]How do I publish private app on Google play with or without Android Management API?

I am able to build a small EMM project using new android management APIs.我能够使用新的 android 管理 API 构建一个小型 EMM 项目。 My use case is dedicated users device management, where we manage both hardware and the apps for our clients.我的用例是专用用户设备管理,我们为客户管理硬件和应用程序。 All the app updates part I have been reading is using public apps or the private apps where the client will update on their device.我一直在阅读的所有应用程序更新部分都是使用公共应用程序或客户端将在其设备上更新的私有应用程序。 But In our case we want up load a private app and provide updates programmatically.但在我们的例子中,我们希望加载一个私有应用程序并以编程方式提供更新。 I have tested public app from google play store and it works fine with device policy controller.我已经从 google play store 测试了公共应用程序,它适用于设备策略 controller。 How do I access my private apps?如何访问我的私人应用程序? Also most of the documentation you see is for device admin Management related where google used to host the EMM.此外,您看到的大多数文档都是与谷歌用来托管 EMM 的设备管理员管理相关的。 I am looking for the latest Android Management API solution where there is no console and we have to build one.我正在寻找最新的 Android 管理 API 解决方案,其中没有控制台,我们必须构建一个。

Update : I am able to private publish to managed google console using this link https://support.google.com/googleplay/work/answer/9146439更新:我可以使用此链接https://support.google.com/googleplay/work/answer/9146439私下发布到托管的谷歌控制台

But when I apply (DPC)device policy controller to install this app.it is not happening.但是当我应用(DPC)设备策略 controller 来安装这个应用程序时,它没有发生。 I tested with one of our own public apps using DPC and it installs and uninstalls instantly.我使用 DPC 使用我们自己的公共应用程序之一进行了测试,它会立即安装和卸载。 Any one knows where am I going wrong?有谁知道我哪里错了?

Any help is appreciated....任何帮助表示赞赏....

Make sure that your private app is distributed to your enterprise.确保您的私有应用程序已分发给您的企业。 You can check this link to know more about distributing your private app to an enterprise.您可以查看此链接以了解有关将您的私有应用程序分发给企业的更多信息。 You can also use check this ApplicationPolicy which can push apps as part of the enterprise policy.您还可以使用检查此ApplicationPolicy ,它可以将应用程序推送为企业策略的一部分。

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

相关问题 在Google Play上发布私人应用 - Publish a private app on Google Play 使用 Google Play 商店为外部用户发布私有 Android 应用程序 - Publish private Android app for external users using Google Play Store 如何在Google Play上重新发布Android应用? - How can I re-publish an android app on Google play? Android应用程式私人发布在Google Play上 - Android application private publish on Google play 使用 Google Play 发布私有 android 应用程序 - publish private android apps using Google Play 如果我不发布到Google Play商店,是否可以编写一个应用程序来重新启动没有root权限的android - Can I write an app to reboot my android without root if I don't publish to Google Play Store Android 应用更新在尝试发布时被 Google Play 拒绝。 接下来我该怎么办? - Android app update rejected by Google Play while trying to publish it. What should I do next? 用于在 C# 中发布私有应用程序的 Google Play 自定义应用程序发布 API - Google Play Custom App Publishing API to publish a private app in C# 如何将来自其他开发者的应用程序的新版本发布到 Apple App Store 和 Google Play? - How do I publish a new version for an app from another developer to Apple App Store and Google Play? 如何在不使用Eclipse的情况下为我的Android应用添加Google Play服务 - how do I add Google Play services for my Android app without using Eclipse
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM