android-play-publisher-api icon indicating copy to clipboard operation
android-play-publisher-api copied to clipboard

Results 50 android-play-publisher-api issues
Sort by recently updated
recently updated
newest added

why it is taking redirect_uri as "redirect_uri=http://localhost:56567/Callback" i am giving http://www.XXXX.com but stiill it is taking local URL

From the code I get 404 error : "message" : "No application was found for the given package name.", However when I run CLI command "fastlane supply init" (for package...

I've tried uploading the APK file . But I failed to upload a file . When I try to oauth2 authentication requests , I guess filtering on outbound firewall policy...

For now, `service.edits().apks().list` only returns the `versionCode` and the `sha1`. It should also return the `VersionName`

While developing in Java with AndroidPublisher I'm trying to update an InAppProduct object. first of all I get the object using: ``` AndroidPublisher.Inappproducts.Get get = inappproducts.get(packageName, skuName); InAppProduct inAppProduct =...

I keep getting errors about javax.servlet.*\* missing. Seems to be that the normal Java SE SDK doesn't have these, but the EE SDK is needed. Maybe note this somewhere?

I am developing an application with in-app subscriptions. On our servers, I check the validity of each subscription through the [Google Play Developer API](https://developers.google.com/android-publisher/api-ref/purchases/subscriptions). As stated in the docs, a...

Not sure if this is the right place to submit the feedback / request, but giving it a shot :-) Method: purchases.subscriptionsv2.get - very useful to get subscription state. Method:...

I got a 400 error when running code based on this line: https://github.com/googlesamples/android-play-publisher-api/blob/f4e9a7609f1528ac82fced693e0bff2939ce2931/v3/python/upload_apks_rollout.py#L67 The error was: ``` "Invalid value at 'track_config.releases[0].version_codes[0]' (TYPE_INT64), "[5]"". Details: "[{'@type': 'type.googleapis.com/google.rpc.BadRequest', 'fieldViolations': [{'field': 'track_config.releases[0].version_codes[0]', 'description':...