ZuoAndroid / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

In-App Version Checking backend is broken #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I created a application called Block Crusher on the Market. It's currently 
has versioncode 40. Every version I increase that by one.
2. Run a old version (with the In-App Version Checking included) with 
versioncode between 30 and 40.

What is the expected output? What do you see instead?
There is no message that the application can be updated. I expect that there 
will be. 

What version of the product are you using? On what operating system?
I'm using android-query 0.22.10

Please provide any additional information below.
When I check the backend I see that the problem is somewhere there. 
If I use versioncode 29 it works fine: 
https://androidquery.appspot.com/api/market?app=com.peerkesoftware.blockcrusher&
locale=en&version=1.1.0&code=29&aq=0.22.10
And with versioncode 30 it doesn't: 
https://androidquery.appspot.com/api/market?app=com.peerkesoftware.blockcrusher&
locale=en&version=1.1.0&code=30&aq=0.22.10
Somehow the service thinks that my application on the market still has 
versioncode 30, but I already submitted 10 more updates after that. 

Original issue reported on code.google.com by Peter.Fortuin on 24 Jul 2012 at 12:27

GoogleCodeExporter commented 8 years ago
Backend is updated to check version more frequently base on version code. 

Original comment by tinyeeliu@gmail.com on 29 Jul 2012 at 3:37

GoogleCodeExporter commented 8 years ago
Second link in my issue stil doesn't return the correct values. How is this 
fixed?

Original comment by Peter.Fortuin on 29 Jul 2012 at 5:53

GoogleCodeExporter commented 8 years ago
Can you reopen this issue? It's still not working for me.

Original comment by Peter.Fortuin on 20 Aug 2012 at 2:56

GoogleCodeExporter commented 8 years ago
whats your app id?

sent from mobile

Original comment by tinyeeliu@gmail.com on 20 Aug 2012 at 3:06

GoogleCodeExporter commented 8 years ago
My app id is com.peerkesoftware.blockcrusher

Original comment by Peter.Fortuin on 20 Aug 2012 at 3:08