Let's say I have an application that users installed from the Play Store, if one of my users reports an error, and I want to send them a fixed version of the application for testing, they can install it on their phone in order. But if I update the application in the Play Store, will the user receive the update? My testing seems to indicate that it is, but are there any errors?
How my build process works is that every time I create it, it gets a higher version code, so the patched version will have a higher version code, which is currently in the Play Store, and then the downloadable version in Play Store after sending my user patch will have a higher version code again.
Dean harding
source share