2

Is there any way to update the android application which is already in Play Store through API calls or by any other way in background other than updating it in PlayStore.

Nav
  • 23
  • 3
  • What exactly do you mean by "update'? You can't build new activities and features in your app any other way that upgrading by the play store – OneCricketeer Nov 04 '16 at 06:38
  • Possible duplicate of [Android application self-update](http://stackoverflow.com/questions/9045837/android-application-self-update) – Kevin Robatel Nov 04 '16 at 06:59
  • Means if the application is updated in playstore.. It should be downloaded and installed directly without prompting the user about the update. – Nav Nov 04 '16 at 07:05
  • you can't do it. Non-system apps can't install APKs without a prompt. – Vladyslav Matviienko Nov 04 '16 at 07:14
  • It depends. If you don't need extra permissions and user has enabled auto update and connected to wifi, your app gets updated in the background. For updating via your own api, you need system permissions. – rafa Nov 04 '16 at 07:21
  • Ok. Thanks for the information. :) – Nav Nov 04 '16 at 11:54

0 Answers0