I want to add in app updates checking in my application android studio(java) and i dont have a play store application or i want to do this for github (say) how do i do that? if possible can u guys please provide with sample codes...
lets say i have a app in github then i released the apk i want the application to look wheather the application is upto date or not and notify the user wheather the app is up to date or not if not i want the user to update the app
In this situation , you need to store your updated app version let's say
firebase remote configyou can use . So whenever user open your app , you should fetch latest version available to download fromfirebase remote configand compare with current . You can check code in this bloghttps://medium.com/@sembozdemir/force-your-users-to-update-your-app-with-using-firebase-33f1e0bcec5a