1

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.

1 Answers1

1

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 .apk to Google Play and just publish it for beta testers, here's an old Google Play Private App Guide pdf and perhaps it doesn't work anymore but give it a try.

Also what you tried with App Center perhaps what you are looking for is Distribution In-App Updates

Note: This is not recommended to avoid by passing Google Play to distribute an app

Skizo-ozᴉʞS ツ
  • 19,464
  • 18
  • 81
  • 148
  • Thanks for your response. Just for my information, it's not recommended to avoid google play bypass even if my app is for collaborators only? – Vitor Sobrinho Jul 14 '21 at 15:21
  • It's not recommended because if it does not pass by google play security you might not warn about vulnerabilities of that app – Skizo-ozᴉʞS ツ Jul 15 '21 at 08:06