android-market-api-php
android-market-api-php copied to clipboard
Can't fetch apps with _ in the id
Hello,
I use this api every days to fetch details about our applications and track reviews with our open source tool https://github.com/EduPad/AndroidReviews
However some of our apps stopped showing recently. After investigation, it appear that all the apps that are now hidden from the store have a similar id (with an "_" in it).
Exemple app that exists, shows online, but not through the Android Maket API: https://play.google.com/store/apps/details?id=com.edupad.app.vacances_ce2cm1
I tried to debug the thing, but I'm not very familiar with PHP and couldn't make a patch. Any idea of what is going wrong ?
There are many apps it can not display not just with "_" One thing you could do is use the python library instead which is sure to work. I updated the protobuf from the python library over to this php project and i just fetched your app and it worked not that good( the proto file i use is not complete ) but yea it fetched the data. So better off with the python lib.
Hey Guys @ntnmrndn and @Mwesome - Sorry been very busy with personal stuff over the last month. I have added to the RC1 and will be working on this over the next 2 weeks.
Hi koconder,
Any update ?