431 questions
Advice
2
votes
2
replies
475
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
64
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
101
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
180
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
1
answer
119
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
324
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
118
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
54
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
738
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
144
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 ...
1
vote
0
answers
396
views
Response from Google Play Developer API: Your client does not have permission to get URL
When I call the following from a terminal on my server based using the Google Play Developer API:
curl "https://androidpublisher.googleapis.com/androidpublisher/v3/applications/com.example.myapp/...
1
vote
1
answer
427
views
Service Account & Google Play Developer API - "One or more users named in the policy do not belong to a permitted customer."
I have been trying for the last 3 days to enable in-app purchases through a 3rd party service provider. Or two. I tried RevenueCat and Adapty. The instructions are the same for both.
I was able to ...
1
vote
1
answer
266
views
Play Developer Api, edits.tracks.update not work
I have an Android app released on PlayStore.
In general, when I release a new version to the PlayStore, I set the 'user fraction' to 30%.
Then, I will monitor it for a few days and if there are no ...
1
vote
1
answer
749
views
Google Play SubscriptionNotification - SUBSCRIPTION_PURCHASED event initial state is SUBSCRIPTION_STATE_CANCELED with systemInitiatedCancellation
This happens on our production server. We have a subscription based product and we listen to Google Play's Real-time developer notifications on our node backend. We use purchases.subscriptionsv2.get ...
2
votes
1
answer
1k
views
How to (automatically) prompt/inform users of an Android app, which is in open test, to update, if there is a new version available?
I'm trying to figure out, how to (automatically) inform or prompt users of my Android app, which is in open test, to update to the latest version. I developed the app using Android Studio and ...