Android Question how create private play store?

Roberto P.

Well-Known Member
Licensed User
Longtime User
a customer asks me the possibility to create a private store to download the app to its customers and employees without using Google Play.

Does anyone know if you can create a web application that allows to download the apk file and launch the installation / update of the app?

I hope I was clear.
thank you
 

Roberto P.

Well-Known Member
Licensed User
Longtime User
Hi
Yes I saw. But be prompted to download and install automatically, as the play store. If possible it is also called the manager upgrade notifications.
thank you
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Look at the app-update library. You´ll find some useful code-snippets there in the example.
But be prompted to download and install automatically, as the play store
This is not possible. A app on the device must download the file.
 
Upvote 0

Roberto P.

Well-Known Member
Licensed User
Longtime User
Hi DonManfred,
certainly that the files must be downloaded, but automatically and without having to change the settings of the device.
thanks for reply
 
Upvote 0
Top