android-market-api-php icon indicating copy to clipboard operation
android-market-api-php copied to clipboard

Can't fetch apps with _ in the id

Open ntnmrndn opened this issue 10 years ago • 3 comments

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 ?

ntnmrndn avatar Mar 03 '15 07:03 ntnmrndn

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.

therealssj avatar Mar 07 '15 13:03 therealssj

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.

vincentkoc avatar Mar 07 '15 14:03 vincentkoc

Hi koconder,

Any update ?

ntnmrndn avatar Sep 03 '15 08:09 ntnmrndn