forked from yeriomin/play-store-api
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
// Provide valid google account info
PlayStoreApiBuilder builder = new PlayStoreApiBuilder()
// Extend HttpClientAdapter using a http library of your choice
.setHttpClient(new HttpClientAdapterImplementation())
.setDeviceInfoProvider(deviceInfoProvider)
.setEmail(email)
.setPassword(password)
;
=======
Your code did not have .setPassword(password), and many api is different from the play store-api.
how to use your project? thanks!
Metadata
Metadata
Assignees
Labels
No labels