We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
i have used google-play-crawler in my java program, but nothing is returned. here my program:
public static void main(String[] args) throws Exception { GooglePlayAPI playAPI = new GooglePlayAPI("email", "pass", "android_id"); playAPI.setClient(new DefaultHttpClient()); playAPI.login(); GooglePlay.DetailsResponse response = playAPI.details("packag_name"); System.out.println(response.toString()); }
And when i debug the program, all reponse's attributes are empty.
The text was updated successfully, but these errors were encountered:
Yes, if you look at this issue: #69
I think that the project is not working since about 6 months.
Also, the other Java based play store api's that I'm aware of are abandoned and broken too.
Sorry, something went wrong.
Thanks @GitTom 👍
No branches or pull requests
Hello,
i have used google-play-crawler in my java program, but nothing is returned.
here my program:
And when i debug the program, all reponse's attributes are empty.
The text was updated successfully, but these errors were encountered: