onyxbits / raccoon4

APK Downloader for Google Play
https://raccoon.onyxbits.de
Apache License 2.0
655 stars 91 forks source link

Raccoon don't see/can't download apps that are in development mode #91

Open thecoderok opened 3 years ago

thecoderok commented 3 years ago

Sample app: https://play.google.com/store/apps/details?id=com.coldfiregames.dungeon.manager.tycoon.idle.game&hl=en&gl=US

"This app is in development. It may be unstable."

image

Tested in v. 4.17.0 Exception thrown: "com.akdeniz.googleplaycrawler.GooglePlayException: The item you were attempting to purchase could not be found."

image

I can download this app on the phone

jpstotz commented 3 years ago

I don't think that the development state is the main problem that you can not download the app. I would assume the reason is the used device profile you use for downloading. The device profile used by Raccoon is pretty old if I remember correctly and most likely misses at least one feature that is required by this game (the game seems to require OpenGL and a 64bit device).

thecoderok commented 3 years ago

I believe that the error is different when device is not compatible.

com.akdeniz.googleplaycrawler.GooglePlayException: Your device is not compatible with this item.

jpstotz commented 3 years ago

You are correct, usually you can query at least the app meta data even using an incompatible device. But for an unknown reason in a few cases Google sends back an "not found" result if you are trying to query the app meta data but it definitely depends on the used account respectively the used device profile, because using a different account and device profile I can successfully get the app meta data and also download the apk.

I have not figured out why it works for some devices and fails for others. As Google very often update the protobuf based API and add or removes features it is very difficult to identify the reason behind this behavior.