简体   繁体   English

在没有 Play 商店帐户的设备上部署 Android 应用

[英]Deploying an Android app on devices without Play Store account

Big company X provides its employees with Android phones.大公司 X 为其员工提供 Android 手机。 Those employees don't necessarily own a Play Store account (gmail address required AFAIK).这些员工不一定拥有 Play 商店帐户(需要 AFAIK 的 Gmail 地址)。

At the moment, my alternative is to send a link to our .apk file, however the installation procedure might be quite complicated, not even mentioning the updates.目前,我的替代方法是发送一个指向我们的 .apk 文件的链接,但是安装过程可能非常复杂,甚至没有提及更新。

What's the best way to deploy my app to these phones?将我的应用程序部署到这些手机的最佳方式是什么?

Uchiha Madara is right, but it's not very convenient.宇智波斑说得对,但不是很方便。 They can also subscribe to Google Apps for Business !他们还可以订阅 Google Apps for Business ! Besides, if phones are Lollipop phones, you can very easily enable Android For Work , with pretty useful features to controll mass-hardware !此外,如果手机是棒棒糖手机,您可以非常轻松地启用Android For Work ,具有非常有用的功能来控制大量硬件!

However, it's not the unique solution.但是,这不是唯一的解决方案。 You can self-host your apk file as you do, make a webservice and make your app able to communicate with to check updates !您可以像这样做一样自行托管您的 apk 文件,创建一个网络服务并使您的应用程序能够与之通信以检查更新! The only problem is to teach users how to allow install from unknown sources (in security settings) , which may be hard if they aren't very confortable with Android phones.唯一的问题是教用户如何允许从未知来源安装(在安全设置中) ,如果他们对 Android 手机不太熟悉,这可能会很困难。

Other solution, some companies offer whole turnkey solutions, like PushLink其他解决方案,一些公司提供完整的交钥匙解决方案,例如PushLink

You could try HockeyApp to allow the users to install the application and know them about the updates.您可以尝试 HockeyApp 以允许用户安装应用程序并了解他们的更新。 http://hockeyapp.net/features/ http://hockeyapp.net/features/

My guess is you will have to use DropBox and they can download it as long as there is Wi Fi of course and ro to the settings > security and check Unknown sources so that it can install the apk from the internet, they can then go to their downloads folder and see the apk there, then install it onto their phones.我的猜测是您将不得不使用 DropBox,只要有 Wi Fi,他们就可以下载它,然后转到设置>安全并检查未知来源,以便它可以从互联网上安装 apk,然后他们可以去他们的下载文件夹并在那里查看apk,然后将其安装到他们的手机上。 Hope this helped!希望这有帮助!

Source: http://www.cnet.com/how-to/how-to-install-apps-outside-of-google-play/来源: http ://www.cnet.com/how-to/how-to-install-apps-outside-of-google-play/

I think the best way to achieve your requirements is using Microsoft Intune.我认为满足您的要求的最佳方式是使用 Microsoft Intune。

Microsoft Intune is a cloud-based service that focuses on mobile device management (MDM) and mobile application management (MAM). Microsoft Intune 是一项基于云的服务,专注于移动设备管理 (MDM) 和移动应用程序管理 (MAM)。 You control how your organization's devices are used, including mobile phones, tablets, and laptops.您可以控制组织设备的使用方式,包括手机、平板电脑和笔记本电脑。 You can also configure specific policies to control applications.您还可以配置特定的策略来控制应用程序。 For example, you can prevent emails from being sent to people outside your organization.例如,您可以阻止将电子邮件发送给组织外部的人员。 Intune also allows people in your organization to use their personal devices for school or work. Intune 还允许组织中的人员使用他们的个人设备上学或工作。 On personal devices, Intune helps make sure your organization's data stays protected and can isolate organization data from personal data.在个人设备上,Intune 有助于确保组织的数据受到保护,并且可以将组织数据与个人数据隔离开来。

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

相关问题 在某些设备上的 Play 商店中未显示 Android 应用 - Android app is not showing in play store on some devices 当应用程序在Play商店上运行时,0应用程序支持Android应用程序 - Android app is supported by 0 devices when App is live on Play Store 将Android应用程序(在Delphi FireMonkey中开发)部署到Google Play商店 - Deploying Android App (developed in Delphi FireMonkey) to Google Play Store Android App的受支持设备有限(Google Play商店) - Android App has Limited Supported Devices Google Play Store 某些设备上的Android应用未显示在Play商店中 - Android app not showing up in play store on some devices 在某些设备上,我的android应用在Google Play商店中不可见。 - my android app is not visible in google play store for some devices.? 在没有Android Studio的情况下在Google Play控制台上部署移动应用 - deploying the mobile app on Google play console without Android studio 支持的Android设备-0设备-Play商店 - Supported Android devices - 0 devices - Play Store 应用程式未在某些装置的Play商店中显示 - App not showing in Play Store in some devices 该应用未在平板电脑设备的Google Play商店中列出 - App is not listed in Google play store for tablet devices
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM