WittyGitty247 / auto-update-apk-client

Automatically exported from code.google.com/p/auto-update-apk-client
0 stars 0 forks source link

active version #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
general question, we uploaded a new version but the previous one is still 
active?

regs
Tom

Original issue reported on code.google.com by i...@alfapay.be on 8 Jul 2012 at 8:39

GoogleCodeExporter commented 9 years ago
You may change the method used to decide the active application in your Account 
page.

"Version" chooses the latest version according to the versionCode in your 
manifest.
"MD5" chooses the newest uploaded file with the MD5 different from previous 
files.

If you always change version when uploading the new file, you may choose 
"Version" and the highest version will always be the active application.

However while in development, people tend to roll out apps with the same 
version, then "MD5" works better.

Please, note, the application version is decided by versionCode (which is just 
a number, easy to sort), not by versionName (which is a string of any value, 
can contain alfanumerics and is very difficult to sort properly: which is 
latest, 1.0.alfa.16 or 1.0.beta.1)

Original comment by lenik.terenin on 9 Jul 2012 at 1:38