Private Android Application deployment/installation?

前端 未结 8 1243
盖世英雄少女心
盖世英雄少女心 2020-12-28 17:35

is it possible to create an android application that is meant only for internal use? Basically a private application not meant to be installed by non-approved phones?

<
相关标签:
8条回答
  • 2020-12-28 18:03

    Option 1

    Using Google Play Private Channel is probably the best way, but is useful only for Google Apps users.

    Option 2

    You can use new Developer dashboard options that let your app be in Alpha or beta phase and is available to only selected google accounts (using groups or google plus circles). Your app can stay in beta indefinitely so not become visible to other users. if you like this method you can also use services like TestFlight.

    Option 3

    Mail distribution is also ok it's even mentioned in documentation which I find a little bit odd, but I would advise you to use some file storage like Dropbox and just distribute the link to selected people.

    0 讨论(0)
  • 2020-12-28 18:04

    I just launched a new service called AppKilt (www.appkilt.com) that allows you to deploy your applications privately. The service can also be hosted within your enterprise for additional security.

    0 讨论(0)
提交回复
热议问题