lazydroid / auto-update-apk-client

Android Java Client for Automatic .APK Update Service
http://auto-update-apk.com
89 stars 50 forks source link

Update to older version #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a v1.01.00 rev16 of my apk on the server and am testing newer version 
v1.01.06 rev22 on my tablet.

I keep getting the notification that an update is available. 

So the version on the server is actually much older than the one on the tablet, 
this behaviour is quite unexpected, 

Is there some error in my numbering system that is confusing your algorithm? 

Original issue reported on code.google.com by matt...@mudsoft.com.au on 26 Feb 2014 at 11:07

GoogleCodeExporter commented 9 years ago
There are two different ways for server to decide if the update is available, 
one is based on MD5 changes, another compares the version numbers. you may 
select the preferred way in the settings on your Account page. The default is 
"MD5 change".

Original comment by lenik.terenin on 28 Mar 2014 at 1:40