maomy / android-query

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

Version check of app now always returns 'null' #147

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. call https://androidquery.appspot.com/api/market?app=<app Id>
2. See JSON result, version is 'null'

What is the expected output? What do you see instead?
For retrieving the Play version of Facebook, we now get:
{"update":1374057401360,"app":"com.facebook.katana","fetch":false,"status":"1","
name":null,"locale":"en","dialog":{"update":"Update","title":"Update 
Notice","rate":"Review","skip":"Skip","wbody":"Version:  
null<br\/>"},"published":null,"version":null}

Mind the null values in the output.

What version of the product are you using? On what operating system?
-

Please provide any additional information below.
As of July 16, Google Play (website) has been changed. Probably this is the 
reason the current version cannot be determined anymore.

Original issue reported on code.google.com by frans.ko...@2go-mobile.com on 17 Jul 2013 at 11:41