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
When using:
PlayStoreApiBuilder builder = new PlayStoreApiBuilder() .setHttpClient(new OkHttpClientAdapter()) .setDeviceInfoProvider(deviceInfoProvider) .setToken(token) .setGsfId(gsfid); GooglePlayAPI api = builder.build();
It will throw
com.github.yeriomin.playstoreapi.ApiBuilderException: Either email-password pair or a token dispenser url is required
How can we use token and gsfId directly without needing a token dispenser?
The text was updated successfully, but these errors were encountered:
Issue #13 token+gsfId should be enough to build an API wrapper now
8230cfa
Fixed in master, see tests.
If you want a workaround, GooglePlayAPI has setters for token and gsfId.
Sorry, something went wrong.
No branches or pull requests
When using:
It will throw
com.github.yeriomin.playstoreapi.ApiBuilderException: Either email-password pair or a token dispenser url is required
How can we use token and gsfId directly without needing a token dispenser?
The text was updated successfully, but these errors were encountered: