Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pushing Latest Android Build to Devices

Is there a way or an app that allows me to push my latest android build to all devices that have it installed? My app is not in the Google Play market yet but would like my testers to not have to manually install every build I push.

like image 842
Lee Avatar asked Jan 16 '23 11:01

Lee


2 Answers

Why don't you just use dropbox?

Install it where your developing the application then share the folder of available apks (releases) to the testers that also install dropbox on their phones. When an update occures (you move a file to the folder) they'll get an update notification, then they can go and install it right from dropbox.

like image 53
Nate-Wilkins Avatar answered Jan 25 '23 15:01

Nate-Wilkins


I wrote an update library a while back, which you can find here. It allows you to update your app by maintaining the latest apk on a server, along with a text file with the latest version code.

The library is open source, so feel free to adapt it to your needs.

like image 45
Raghav Sood Avatar answered Jan 25 '23 14:01

Raghav Sood