[HELP] Built-in Updater for Non-Market Android App

rohitghosh

Senior Member
Jun 19, 2012
67
10
28
Kolkata
I have developed an android app using android studio. Now the problem is that i won't be publishing the app to any markets eg. google play store, and so want to integrate an update function in my app, so that it periodically checks for and updated version of the app from my server and prompts the user to download and install the newer version of the app. i am really new to android coding and couldn't find anywhere how to achieve this function. The user should also be able to click a button to check for an update manually. All this needs to be done without root.
How do i code this function?
Please Help!!:confused: