nareshpatchipulusu / auto-update-apk-client

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

Active download is not accurate #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. uppload a version of your software
2. change the version name completely, save, and upload as latest apk 
3. The new apk is not listed as the active download, it seems it is going by 
version name not version code, nor the order in which the application is 
uploaded.  

What is the expected output? What do you see instead?
I expect when I upload a new version it will always be the latest, active, 
version.  Instead I see a version from 2 weeks ago still showing as active, and 
my new version is halfway down the list.

What version of the product are you using? On what operating system?
latest. win 7x64

Please provide any additional information below.

Original issue reported on code.google.com by bric...@gmail.com on 31 May 2012 at 2:16

GoogleCodeExporter commented 9 years ago
NEVERMIND! It was my mistake.  I had the version code wrong. It appears to be 
working properly now.  Please mark this invalid.  Thanks.

Original comment by bric...@gmail.com on 31 May 2012 at 2:23

GoogleCodeExporter commented 9 years ago
There are two ways to deploy new update, one (the default) is when the new 
version changes (version CODE, not the version name, because version code is a 
number and version name could be anything, including text information). Another 
way is to deploy when MD5 sum has changed, for example, if you compile and 
quickly deploy several files without changing the version. You may change this 
setting on your Account page.

Original comment by lenik.terenin on 1 Jun 2012 at 9:23