简体   繁体   English

创建并托管我们自己的私人android商店

[英]Creating and hosting our own private android store

currently we have a few apps we've developed for our own organization's needs in house. 目前,我们已经针对内部组织的需求开发了一些应用程序。 Of course like everyone else we occasinally do updates for those apps. 当然,像其他所有人一样,我们偶尔也会为这些应用程序进行更新。 Usually this involves everyone downloading .apk files and updating with the new app. 通常,这涉及到每个人下载.apk文件并使用新应用进行更新。

Since these apps are relatively secure and could cause legal issues if released into the wild, management is somewhat loathe to put these apps on the Google Cloud in any form (even a private store). 由于这些应用程序相对安全,如果发布到野外可能会引起法律问题,因此管理层不愿意将这些应用程序以任何形式(甚至是私有商店)放置在Google Cloud上。

Ergo I'm trying to research the idea of creating a private store containing apps that we host on a server in house, where people would connect and download apps. Ergo我正在尝试研究创建一个私有商店的想法,其中包含我们在内部服务器上托管的应用程序,人们可以在其中连接和下载应用程序。

Does any such store app/framework exist for this? 是否存在任何此类商店应用程序/框架?

I would actually recommend using a Google Play Private Channel here. 我实际上建议在这里使用Google Play私人频道。 See the details here: https://support.google.com/googleplay/android-developer/answer/2623322?hl=en 在此处查看详细信息: https : //support.google.com/googleplay/android-developer/answer/2623322?hl=zh-CN

This'll do exactly what you need - allow you to restrict the distribution of files to some kind of organization. 这将完全满足您的需要-允许您将文件分发限制为某种组织。

Found my answer, look for F-Droid out there. 找到我的答案,在那寻找F-Droid。 Pretty simple really. 真的很简单。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM