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
1 answer

quick multi-language submit in Google Play Console

when I want to submit a new android app, I must enter every single language description, short description and title. I want to do this very quickly by preparing the translation first then put them at one in the Android developer submitting…
0
votes
1 answer

Google play api access oauth

I'm making an application to read and respond to the reviews of google play account for my applications. When I enter my google play account, settings > api access, the following message appears to me: "Only the account owner can configure API…
0
votes
3 answers

Google play store showing error "upload failed" while uploading new signed apk

Problems faced: google play store asking to use different version code then 1 but I am already uploading new apk with version code 2 play store asking for privacy policy for READ_PHONE_STATE and READ_CONTACTS whereas I have removed these…
0
votes
1 answer

Flurry records missing for Sudan, Cuba, Iran and Syria

Flurry has not been returning results from the Sudan, Cuba, Iran and Syria which it used to return before. Google play however returns similar usage report. Is it because of legal issues(trade embargo) or Flurry themselves chose to ignore these…
binshi
  • 1,248
  • 2
  • 17
  • 33
0
votes
1 answer

What difference does the OAuth 2.0 client ID make?

I'm adding Google Play Services to my Unity game, and I was following the tutorial You should create two client IDs, one with the release certificate fingerprint and another with the debug certificate fingerprint. Make sure to use the same package…
0
votes
1 answer

Google Play Developer API version_name

I'm trying to automate publishing an app to the Google Play store using the Gradle Play Publisher. So far so good except that I haven't been able to update the version_name this way, it just ignores it. I Tried ./gradlew publishRelease…
Mauricio
  • 839
  • 2
  • 13
  • 26
0
votes
1 answer

Access other Android Apps Reviews

I am building an application in which I wanted to get the list of reviews, comments and ratings from Google Play Store of other Android apps. Using Google Developer Play API I can get the reviews list for apps hosted by me but it struggling to find…
Ashvin777
  • 1,446
  • 13
  • 19
0
votes
1 answer

Android - Sync document file in the Google Drive with the local changes

I am implementing an application which can sync a document which is in google drive. As the first step, I could make initial contacts with the Drive and I could take the file id for selected file and other metadata. But as the next step, I need to…
0
votes
1 answer

Upload android app on google play developer console

I wan to upload android app on google play developer console I got a problem about setting account to pay, and Google wallet only support UN or UK users now, I am not from UN or UK. How to set a google account to pay,and let the google play…
敬錞 潘
  • 852
  • 1
  • 14
  • 29
0
votes
0 answers

Google Play Developer Console

is there any option at "google play developer console" account through which i can get a notification(in the form of email for example) When somebody downloads one of my apps through the play-store.?
0
votes
1 answer

How can I tell when my apk has been updated in the Play store?

I've been updating my apk a lot recently, since this is my first app and am seeing a lot of compatibility issues. In the developer console, Google tells me the new apk I have uploaded has almost instantly gone to "in prod" and the older version is…
0
votes
1 answer

Android Publisher API - get extra data (detect which user made purchase)

For in-app subscription I'm using this code (in Kotlin) iabHelper.launchSubscriptionPurchaseFlow(act, "month", 1001, this@SubscriptionActivity, extraKey) After this I'm making request to server for purchase verifying. For verification on server I'm…
Dmytro Rostopira
  • 10,588
  • 4
  • 64
  • 86
0
votes
2 answers

Convert Google Play Reviews lastModified seconds to DateTime

I need to process Google Play customer reviews as described in https://developers.google.com/android-publisher/api-ref/reviews and https://developers.google.com/android-publisher/reply-to-reviews. The documentation shows "lastModified": { …
Michael Freidgeim
  • 26,542
  • 16
  • 152
  • 170
0
votes
1 answer

Google Play Games Android Leaderboard Unexpected response code 410

I'm implementing the Google Play Games Leaderboards in Unity and I'm making my UI for view the Leaderboard, for that, I'm using: SDK: https://github.com/playgameservices/play-games-plugin-for-unity Google Play Service version: 9.4.0 When I use…
0
votes
2 answers

Google Play Services fails to connect

I am trying to connect my app to Google Play Services but, as I can check, it seems not to connect it properly. When I click the button which checks if it is connected it returns me that is not connected. However the app accesses to the Google Play…