[Solved] Java/Android – Best way to update apps that are not in the Play Store
You have multiple misconceptions how updating, APKs and keeping keys secure work. You have to host your APKs somewhere. Github releases is a pretty common way (but slow), but you could also use google drive, dropbox or your own server. Your app has to fetch the server regularly and check if a new APK is … Read more