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
50
votes
21 answers

How to get app market version information from google play store?

How can I get the application version information from google play store for prompting the user for force/recommended an update of the application when play store application is updated i.e. in case of the user is using old version application. I…
44
votes
7 answers

How to set update priority for a new android release

I have been trying to implement the Google’s new in-app updates and I am stuck at a point. The issue is first, how can the developer specify the type of update i.e. flexible or immediate while releasing a new update of the app. Secondly, if it's for…
abhijith em
  • 461
  • 1
  • 4
  • 6
28
votes
8 answers

How to update Google Play Services for Android Studio 2.2 emulators?

There are a number of variations of this question, however most are very old, and don't really answer the question at all. I'm NOT asking how to install Play Services, that is installed in the Studio 2.2 emulators. The problem is that these…
Jim In Texas
  • 1,524
  • 4
  • 20
  • 31
28
votes
2 answers

How to determine if user cancels Google Play subscription?

About to build a subscription product into our Android app, but a little unclear on the best way to know about canceled subscriptions. The only way we are planning on letting the user cancel is for them to go to Google Play Store and explicitly…
Karim Varela
  • 7,562
  • 10
  • 53
  • 78
22
votes
2 answers

How to link Google Play account to a Google Developer Project

I have use the google play developer console and want to set the API access. I have a google developer project before so I want to add the exist project. I follow the documentation link: Using an existing API project If you are already a user of…
Stephen
  • 3,822
  • 2
  • 25
  • 45
20
votes
4 answers

Google Android publisher API responds with "410 purchaseTokenNoLongerValid" error

On getting a subscription status (https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/get) API responds with { "error": { "errors": [ { "domain": "androidpublisher", "reason":…
ksimka
  • 1,394
  • 9
  • 21
18
votes
2 answers

Call Google Play Developer API from Firebase Functions

I am trying to develop a server-side validation of my users' in-app purchases and subscriptions as recommended, and I want to use Firebase Functions for that. Basically it has to be an HTTP trigger function that receives a purchase token, calls the…
16
votes
1 answer

Google Play Store link directly to ratings heading

I'm trying to create a more streamlined link to rate an app. From within an android app, it is simple to link to the app page on the play store market://details?id= However, this links to the top of the app's page, and the user has to…
jbcarpen
  • 307
  • 2
  • 14
15
votes
1 answer

Verify a Purchase using Firebase Functions

I want to verify purchases in my app using Firebase Functions and Purchases.products: get But I don't know how to use the authorization Scope from the link or how to build the request in Firebase Functions. This is what I have so far: const…
13
votes
1 answer

Service account authentication for firebase function access Google APIs (for in-app purchase info) failing

We are preparing a firebase trigger to handle android's real-time developer notifications, and we have to use Google Play Developer API to understand the details for user subscriptions. Thus we linked firebase service account in Google Play Console…
12
votes
1 answer

How do I revoke an Android in-app non-consumable purchase entitlement after refunding?

I'm currently testing my Android app (license testing in-app payments), requiring many iterations of buying and refunding an item to test it. This last time, while issuing a refund, I accidentally forgot to check the "revoke entitlement" box in the…
12
votes
2 answers

Unable to use Purchase.Subscription:acknowledge to acknowledge a subscription

​Currently I use a server to receive GCP Pub/Sub messages, and I'd like to perform a Purchase.Subscriptions:acknowledge call to acknowledge the subscription that has not been acknowledged as the server received the notification. Here is the scenario…
12
votes
2 answers

"message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console."

I am trying to use the following API to download reviews for Android Apps. https://developers.google.com/android-publisher/api-ref/reviews But it requires authentication. So I followed the instructions that were linked in the link above. I was able…
12
votes
2 answers

Google play developer console crash reports

I am looking for an API to pull my app's crash reports programmatically and I can't seem to find if this exists or not. I read through the google play developer API docs but it seems like it's for publishing your app and managing game related…
ajthyng
  • 1,245
  • 1
  • 12
  • 18
12
votes
1 answer

How do I get Google refund orders ?

The Google Void Purchase API says: The Google Play Voided Purchases API allows you to revoke access to in-app products that are associated with purchases that a user has voided. The user can void a purchase in the following ways: The user…
1
2 3
28 29