Questions tagged [google-play-developer-api]

The Google Play Developer API allows you to perform a number of publishing and app-management tasks in an automated way.

The Google Play Developer API allows you to perform a number of publishing and app-management tasks in an automated way.

Google Play Developer API

432 questions
12
votes
1 answer

How to restrict App for specific Android versions in Google Play Console

I have an older app that gives errors on devices with the new Android 7.0. The app is published already and I cannot update the app actually. How can I restrict the app for specific Android versions in the Google Play Console ?
mcfly soft
  • 11,289
  • 26
  • 98
  • 202
11
votes
6 answers

how to Change my app's target API level from 23 to 26

I have a problem when i try to upload my app to google play console and it is the API level that is must be 26 and my app is just developped with 23 version and now i don't know how to change this API version from 23 to 26 to make it works without…
Mahrez
  • 111
  • 1
  • 1
  • 3
11
votes
5 answers

Google Play Developer API - 400 Invalid Value - InAppPurchases

My question is similar to this one. However, I am using the API Java Client Library with a service account, making calls to the API from my server. My code is following this guide, which is very simple. However, I can't seem to get an appropriate…
11
votes
1 answer

Google play developer API - List all apps from my account

Following this guide https://developers.google.com/android-publisher/api-ref/ i am trying to find out if there is a way to list all games from my google play console but i can't find any. Is there a method to list all apps and package names from my…
keepwalking
  • 2,644
  • 6
  • 28
  • 63
11
votes
2 answers

Google Play - Monthly subscription for my app is charged daily

I have an Android app published in Google Play that contains In-app subscriptions. I have a monthly and yearly subscription, I have configured it in the Developer console this way: The issue is: when the user is going to subscribe, Google Play is…
11
votes
2 answers

AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials'

Problem: I've been using Python Script Samples by Google to upload the apk to Play Store and to get list of apps published via my account (list_apks.py and upload_apk.py). However recently it started breaking. I've tried to update the packages like…
10
votes
1 answer

Cloud project not listed in Google Play Console > Play Game Service set up

I'm trying to start the Play Game Service and link it to the cloud project that I have created and enabled Google Play Developer api. However, on 'Play Games Services setup' page, I can't locate my cloud project. Even if I put the exact project…
Juliechacha
  • 101
  • 2
10
votes
3 answers

Android crash reports are not showing up in Google play console's ANRs & Crashes report

I'm currently testing Google play's billing library for in-app subscriptions on my android app. I've created the subscriptions and have released my app to the internal test track. However, when I try going through my billing flow, my app is crashing…
9
votes
0 answers

Disable Google Play Console Integrity API

I recently enabled Google Play Console's Integrity API, but I don't intend on using it, is there a way to disable it? There doesn't seem to be an option to disable it on Setup > App Integrity > Integrity API I tried reaching out to the Play Support,…
9
votes
2 answers

Can we set update priority for Internal app sharing(testing in app updates)?

As per the documentation,we can use internal app sharing to test in-app updates by performing the following steps: Make sure your test device has a version of your app installed that supports in-app updates and was installed using an internal…
Android Developer
  • 9,157
  • 18
  • 82
  • 139
9
votes
2 answers

How to validate in-app-purchase Android server side Java?

I followed this tutorial: https://medium.com/@infinitesimal_/doing-android-purchase-validation-api-v3-in-java-5c46fc837368 But I can not make it work! All I can get is this: { "code" : 401, "errors" : [ { "domain" : "androidpublisher", …
9
votes
0 answers

Getting google dev_acc id programmatically

Given that a user (Google Play's account owner) already authenticated my application (Google App Engine's service account) with the correct scopes... Is there an endpoint in google API that returns the dev_acc parameter used to access their play…
8
votes
1 answer

java.lang.IllegalArgumentException: Component class com.google.android.gms.wallet.ocr.CardRecognitionShimProxyActivity

After I release my app in google play I noticed one crash issue in Google play developer console / Pre-launch report on mobile Pixel 5. App is built using Flutter framework. Kindly guid me to fix this. FATAL EXCEPTION:…
8
votes
2 answers

Error 400: redirect_uri_mismatch when distributing Xamarin Forms App

I am trying to distribute my Xamarin Forms Android app via the Google Play Store in Visual Studio 2019. I follow this tutorial by…
8
votes
1 answer

Google Play Developer API: What is Edit Identifier for an APK and (how) can I find it programatically

I am trying to use GP Developer API (without much success) and keep returning to the issue of editID. For example on the reference page for Edits.apks:list, we see an example of HTTP request: GET…
celaeno
  • 682
  • 1
  • 5
  • 13
1
2
3
28 29