Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GooglePlay download quota #43

Open
NullPonyPointer opened this issue Feb 8, 2014 · 6 comments
Open

GooglePlay download quota #43

NullPonyPointer opened this issue Feb 8, 2014 · 6 comments

Comments

@NullPonyPointer
Copy link

This is not an issue or a bug, I just want to know that how much application can we download via this library?

BTW thanks to @Akdeniz for this awesome open source library.

@Akdeniz
Copy link
Owner

Akdeniz commented Feb 8, 2014

There is no download quota, but of course server may block your ip address and google account as a result of intensive requests. In order to avoid that, you can use multiple accounts and proxies.

@NullPonyPointer
Copy link
Author

Thanks, is AppDetails.getVersionCode() works correctly? because it's sometimes return an incorrect version code instead of the real one!

@Akdeniz
Copy link
Owner

Akdeniz commented Feb 8, 2014

I'm not aware of this kind of behavior. Is there a specific application that I can test myself or is is a random application?

@NullPonyPointer
Copy link
Author

@Akdeniz Whenever I'm trying to get version code of an app, this library return zero value which is wrong! here is my code:

public long getVersionCode(DetailsResponse mDetailsResponse) {
    try {
        AppDetails mAppDetails = mDetailsResponse.getDocV2().getDetails().getAppDetails();
        return mAppDetails.getVersionCode();
    } catch (Exception e) {
        return -404;
    }
}

@atiqsayyed
Copy link

Can you please mention any specific application that failed to get version code.
I cannot see such behavior

@102423043
Copy link

I meet this error behavior. When I download "jp.naver.line.android" apk file..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants