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

Google Play Subscription Api: How to distinguish between refunded subscription and user-self canceled subscription?

How to distinguish between refunded subscription and user-self canceled subscription? Both shows Expiring date (expiryTimeMillis) and cancellation date (userCancellationTimeMillis) same. I did not find a single clue to dissent those from each other,…
0
votes
1 answer

In-App purchases from Google Play

We have a app in google play that a user subscribes to. We need to get a list of all subscribers along with their billing history to reconcile our payment records. Is there a way to get an export of this information from Google Play? I don't see…
0
votes
1 answer

Managing Apple/Google inApp Products throught API

I have integrated inApp Products into my Google and Apple apps. I have to visit the corresponding stores to add/edit inApp Products. Is there any API available to manage(Add/Edit/Delete) inApp Products? So, that i can intergreate the API into my…
Mohan
  • 398
  • 7
  • 24
0
votes
1 answer

Keystore SHA1 doesn't match with fingerprint certificate

I had generated signed apk and uploaded before 3 months. Now I edit project and re-generate signed apk with previous keystore.jks. But google has rejected mentioning different certificate fingerprint. I am sure I have developed only one application…
0
votes
1 answer

Fastlane : Supply - Is it possible to create a new apk and upload the same to playstore via fastlane?

Is it possible to create a new Android app apk and upload the same to playstore via fastlane? Is it possible to create a new app in plasytore via fastlane? Or do we require to manually create an app in playstore and upload the apk first time?
Saamzzz
  • 256
  • 1
  • 14
0
votes
0 answers

if google play services blocked in some countries does google services api will work on android devices

if google play services blocked in some countries does google services api will work on android devices in cases that the device already have play service already installed on it and if the google play service not installed
0
votes
1 answer

Android In app purchases Server Error DF-AA-20

Hope you all are fine. I am trying to add in app purchases in my app.. Using google demo Trivial drive. I configure each and every thing in my play store account.. I don't know why I still am getting error retrieving information for the server.…
0
votes
1 answer

GooglePlay Billing lifecycle

I'm trying to use the latest in app billing library of this sample but I have doubt about its lifecycle onConsumeFinished is called before or after onPurchasesUpdated? When I should release resources? Should I update status in onPurchasesUpdated or…
0
votes
2 answers

`projectNotLinked` Error, Even if I can see its linked on google play console, DEC 2017, API V2

projectNotLinked Error, Even if I can see its linked on google play console! Details: Google Play Developer API V2. GET…
sadiq
  • 2,238
  • 19
  • 21
0
votes
0 answers

In app-purchased android

I am working on IAP since last two days but did not find the exact solution for that If user is login with multiple gmail account in play store, at that time, why does it automatically pick primary id? I've already purchased a product with my…
0
votes
1 answer

Google EMM - The caller is not registered as an MDM issue

I created MSA account and Oauth2 client ID and client secret. By using that client ID I am trying to use generateSignupUrl API . But this API is giving me following error. { "error": { "errors": [ { "domain": "androidenterprise", …
Jay Trivedi
  • 170
  • 1
  • 1
  • 10
0
votes
1 answer

Google Play Developer API with PHP

I want to protect and verify in-app purchases against counterfeit transactions using PHP with the Google Play Developer API. I have reviewed Google Docs for this. I first created an access_token by completing the steps in this link…
0
votes
2 answers

Android App update only working after deleting all local data

I am experiencing an issue with an app that is published on the play store: After a new update is released, some users cannot use the app properly, until they delete the app and reinstall it from scratch. I cannot reproduce this issue and I don't…
0
votes
1 answer

Google Play Services - BaseGameUtils - GameHelper - Sign In Problems with people outside of the United States

So I've had my Android app deployed for a few weeks now, and it uses Google Play Services BaseGameUtils GameHelper to sign in and users can play TurnBasedGames using this API. The game has been published and have had many friends and family…
0
votes
0 answers

Google Play: Is there any plan to allow management saleable items through an API?

For in-app purchases on Android, I'm reading this manual: https://developer.android.com/google/play/billing/billing_overview.html It says: "In all cases, you define your products using the Google Play Console." Is there any plans to make a…