436 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
0
replies
34
views
How to check total downloads / installs of an Android app in the new Google Play Console UI?
In the latest Google Play Console UI updates, the total download / install count is no longer shown directly on the app dashboard.
Previously, it was easy to see the total number of downloads, but ...
0
votes
0
answers
53
views
Google Play Subscriptions: Does auto-renewal update the existing transaction or create a new one?
I'm working on a backend system to manage Google Play subscriptions and I have a question regarding the behavior of auto-renewing subscriptions upon renewal.
When a user makes their initial purchase, ...
1
vote
1
answer
79
views
Google Cloud Function gets 401 Error from Play Developer API despite Admin permissions
I have a Google Cloud Function (v2) written in Node.js/TypeScript that is triggered by a Pub/Sub topic for Google Play Store notifications. The function's goal is to verify a purchaseToken with the ...
1
vote
1
answer
114
views
Clarification about the purchase token validity
Background
I'm currently implementing a google play subscription. I am experienced with regular in app purchases.
Issue
The recommended way to get updates about subscription events is to enable pub/...
0
votes
0
answers
46
views
Google Play Developer API in C#
I want to change the price of a subscription in Google Play Console. I retrieve the subscription, it comes in, I see it, change its price, and try to send it back. I wrote the following code and get ...
0
votes
0
answers
27
views
Google Play Console Store Performance Data API
Currently I get my store performance data from google cloud bucket but that provides data two different breakdown these are country and traffic source. I need to country based traffic source data. Is ...
0
votes
0
answers
19
views
How can I determine whether the transaction associated with google purchaseToken reflects a real payment?
As a developer, when presented with a Google subscription purchaseToken, how can I determine whether the transaction associated with this token reflects a real payment? My system requires this ...
0
votes
0
answers
38
views
Google play api's not returning all version visible in App bundle explorer
In App bundle explorer I can see releases that are not returned by the below code. E.g. a few versions that have been uploaded to the internal track but later superseeded by newer versions.
The ...
0
votes
0
answers
76
views
RTDN Notification didn't arrive from Google
I noticed that, for a particular customer, after we received SUBSCRIPTION_IN_GRACE_PERIOD Google did not send a neither SUBSCRIPTION_RENEWED nor ON_HOLD/CANCELED/REVOKED after subscription
According ...
0
votes
1
answer
99
views
Google Play Developer API create user always returns error code 500
I'm trying to create some automation to add users to a Google Play Developer account using the API. I wrote a python script using the google-api-python-client library. The service account I'm using ...
3
votes
1
answer
294
views
Cannot create In-app purchases in Google for the maximum amount
We ran into an issue recently where a customer reported being unable to create an in-app purchase for their application for 350ドル. The error they were seeing when using our services was:
Price 'x' (...
0
votes
1
answer
76
views
An unexpected error has occurred. Please try again. (732A03A7)
when I am trying to do 'Verify your Play Console developer account' and I get to 'How Google contacts you', I get that error pop up at bottom left and I cannot verify the ph number listed there. The ...
1
vote
0
answers
49
views
I am trying to show my android app reviews on my website but return 401 when Authenticated
I am trying to show my android app reviews with reviewer name, date, rating. But I have some problems with authentication. Using google cloud with OAuth 2.0 Client IDs.
I use google/apiclient with PHP ...
5
votes
0
answers
723
views
Play Console Pre-launch report crash of com.google.android.gms
Since from the last update we starting having crashes related to the gms (google play services) library in the release build play console pre-launch automated tests.
We are not able to reproduce it in ...
0
votes
1
answer
113
views
Connecting 3rd party Crash Analytics to Google Play's Crash Analytics
I am new to the Google Play Store Console, and noticed some crashes and ANRs reported in the GP console that I have not seen on my 3rd party crash analytics dashboard. However, Google only reports the ...