So, is there a realiable way to update enterprise/intern apps remotelly? I work in a company that spreads across my state, including some areas that the access is dificult, so I can't send someone to locally update the app everytime there's a new release.
I'm working with Android/Java at the moment, and we also use Azure DevOps to store the repositories. I tryied App Center from Microsoft but didn't understood if that could help me update my app or not. Also, we don't want to publish the application to the PlayStore and make it public. Unless, of course, if that's the only way.
Thank you for your time reading this, I will keep searching something related to this and also share here any solution that I can find.
There's different ways to do so I'll say some but there's definitely more.
You can use
Push-link, read about it it does more or less what you are looking for.Perhaps could work uploading the
.apktoGoogle Playand just publish it for beta testers, here's an oldGoogle Play Private App Guidepdf and perhaps it doesn't work anymore but give it a try.Also what you tried with
App Centerperhaps what you are looking for isDistribution In-App UpdatesNote: This is not recommended to avoid by passing Google Play to distribute an app