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
You would have to build your own update mechanism into your application. It would need to periodically poll a server and ask if there was an update available. If so, it would need to download the update and trigger the installation of the update.