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
8
votes
2 answers

Google play billing API: How to understand the user is subscribed?

I want to find out whether the user active subscription to Basic/Premium content or not from the MainActivity. There is a BillingClientLifecycle class initiating the subscription process. As I understood, queryPurchses should show whether the user…
8
votes
0 answers

Download individual ARN reports from Google Play

I am in need of downloading reports of individual instances of ANRs (application not responding) data. This in order to upload such data to an internal system that would help me generate reports that are not available on Google Play (ANR rate,…
8
votes
0 answers

Test Google Play Install Referrer API or examples

I'm trying to use Google Play Install Referrer API to create a transparent way for the users to share my app and get benefits... but i'm having a nightmare trying to test this api My app has a button, when user presses it gets a link which can share…
8
votes
2 answers

How to get authorization for accessing Google Play developer API

I am trying to access Google play developer API https://developers.google.com/android-publisher/ to build an inapp purchase product for my company Application. We have to get authorization to make a GET call to the Google play developer API.…
8
votes
2 answers

Change Developer name in Google play store doesn't update

I have two old apps in the Google Play. The apps name are fine but I'm trying to update the developer name for those two apps (the text below the app name). I went to https://play.google.com/apps/publish -> "Settings" -> "Account Details" then I…
pierre23
  • 3,846
  • 1
  • 28
  • 28
8
votes
2 answers

Accessing the edit method from google play developer rest api

I successfully authenticated to google play developer rest api and I am getting also the refresh token but I can figure out how to make an edit requests. I have method signature at the following…
aurelianr
  • 538
  • 2
  • 12
  • 35
8
votes
1 answer

Recover lost purchase token for a subscription

I am having a major problem right now, we are having instances where our server is unsubscribing users to our application (not in Google Play) and deleting our purchase tokens we receive from Google Play after a successful purchase. We have taken…
8
votes
1 answer

Is there a limit on how many updates on single apk to publish or upload on Android Market (Google Play Store)?

I did the googling and checked all the relevant questions on StackOverflow but question is still standing: Is there a limit on how many updateson single apk publish on Android Market? Thanks.
Android Tutorial
  • 829
  • 1
  • 8
  • 20
7
votes
1 answer

Google Play games, 'Saved games' deprecated?

Is Google Play games services, 'Saved Games' feature deprecated? On their website Saved Games is not listed as deprecated. https://developers.google.com/games/services/android/savedgames However when specifying the Drive scope in code, Android…
7
votes
1 answer

how to remove pre-registration campaign on play store?

I have published app on play store, I don't know why the app is showing Pre-Registration, I want to give direct download option to my users. Helping hands will be highly appreciated.
7
votes
1 answer

Track Google Play refunds performed by user/google

We want to store when a google play purchase is refunded to a user for data analysis. According to documentation, there are 3 ways for a user to request a refund for a subscription on google…
7
votes
2 answers

How to upload app bundle (.aab) to play store using Google Play Publisher API

I have configured and used API to upload .apk files and it is working perfectly using this code file. """Uploads an apk to the alpha track.""" import argparse import sys from apiclient import sample_tools from oauth2client import client TRACK…
hard coder
  • 5,449
  • 6
  • 36
  • 61
7
votes
1 answer

Third party billing api in my google play app

I am making an android app to serve my progressive webapp content using webviews. I want to host my android app on the Google Play store. My webapp uses Stripe as the billing api to accept payments, start free trials, and apply discounts. However,…
7
votes
2 answers

Google Play Developer Console - How to make app available in other countries?

We have posted one of our apps to Google Play, however, we have a user in France who wants to download our app, but it doesn't show up in Google Play, even though it shows up here in the United States. Does anyone know how to make the app available…
7
votes
0 answers

How to call the Google Play Void Purchases API from PHP?

I am trying to implement a call to the Google Play Voided Purchases API from our PHP server. I understand that I should call GET…
1 2
3
28 29