435 questions
0
votes
0
answers
51
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
97
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
24
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
36
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
1
answer
90
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 ...
0
votes
1
answer
70
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 ...
5
votes
0
answers
716
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 ...
1
vote
0
answers
355
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
252
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 ...
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 ...
0
votes
2
answers
533
views
Difficulty with SMS Permissions in React Native App on Google Play Store
I'm encountering an issue with my React Native app when deploying it to the Google Play Store for production release. The app utilizes the react-native-otp-verify library for auto-reading OTP messages....
1
vote
0
answers
173
views
How to get google play purchase details for voided purchases
I'm trying to implement processing of refunded google play purchases with google's voided purchases API
However, while the voided purchases API returns the purchase token, and the order ID, in order ...
1
vote
0
answers
284
views
Attributing resubscribes to an in-app without obfuscatedAccountId
This question is similar to Google play store does not return obfuscatedExternalAccountId when resubscribing after expiration, but there are some concerns I have that aren't fully addressed (and I don'...
0
votes
1
answer
241
views
How to save Google play subscription purchase token
I am using NodeJs and MongoDB on the backend and I need to validate the subscription plan after a user has purchased it, for that I have an API that uses googleapis package to validate and return the ...
5
votes
1
answer
703
views
How does fully create an internal release on Google Play Console via API?
I am automating the creation of internal app release using the Google Play Console Developer API.
I can make the API creating a draft release for my draft app by:
Create a new edit
Upload a bundle to ...
3
votes
1
answer
1k
views
Google play subscription validation api invalid argument error
I'm using googleapis to verify my subscription server side, but I get following error, google documents have no information about this error, can I ask for help if anyone else had faced the same issue....
2
votes
0
answers
70
views
How does one use the Google Play Developer API to "Start rollout to internal testing"?
I'm using the Google Play Developer API to PUBLISH my bundle to our INTERNAL testing track, but it doesn't publish it all the way. I still have to manually go to the Play Console and click on "...
2
votes
1
answer
828
views
Cancel All Subscriptions in Google Play
We currently try to cancel all subscriptions of an app in Google Play. We already contacted the Google Play support, but they told us that there are only two ways to do this:
Manually for every ...
0
votes
0
answers
53
views
Google Play Pre-Registration Sign Up number stuck
We opened the pre-registration for our app 2 weeks ago and we quickly received 136 sign ups but despite more people pre-registering the count hasn’t moved for almost 10 days.
Looked online but couldn’...
1
vote
3
answers
2k
views
In-App Review doesn't show up in Internal Test Track
I can only get the review prompt to show up once, even when in internal test track, in order for it to show up again I need to clear data and cache of the Google Play Store.
I meet all of the testing ...
4
votes
1
answer
5k
views
It is The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 | Upload KeyStore for Google Play
I was creating an upload Keystore for my flutter project. after successful command run, It was showing this warning:
Enter key password for <upload>
(RETURN if same as keystore ...
1
vote
0
answers
683
views
product id in purchases.products.get, when multiple products are purchased
In our app, there are multiple products, one can add products to a cart and order.
For a purchase token which corresponds to a order with multiple orders, if I call following API,
https://...
0
votes
1
answer
2k
views
I don't know why I get a 400 error with decode integrity token
I am using the play integrity of ruby's library google-api-ruby-client which decrypts and google-apis-playintegrity_v1 results for Android but it is returning a 400 error.
I tried to find the cause of ...
0
votes
1
answer
1k
views
Android App Rejection due to Data safety issue
Your recent app submission has been rejected for not adhering to the Google Play Developer Programme Policies. We've sent more information to the account owner's email address. Address any issues and ...
3
votes
0
answers
706
views
Google subscriptions - number of active subscriptions on backend vs Play Console
We are verifying Google subscriptions on backend using requests to:
https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.subscriptions?hl=en
we have also integrated with server ...