playstore-api-v2 icon indicating copy to clipboard operation
playstore-api-v2 copied to clipboard

DEPRECATED, Checkout v3

Results 2 playstore-api-v2 issues
Sort by recently updated
recently updated
newest added

// 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...