Questions tagged [google-play-billing]
77 questions
1
vote
2 answers
Google Play subscriptions: interference between 'Account Hold' and 'Grace Period'
All developers received emails from Google saying that apps using subscriptions should manage the 'Account Hold' status from November 1st, 2020. See for example here.
So, I am trying to check that my apps with subscriptions manage this 'Account…

toto_tata
- 14,526
- 27
- 108
- 198
1
vote
0 answers
What's the difference between "Restorations" and "Resubscribing" in android subscription?
I'm implementing Android new subscription feature in my application.
I have checked the docs. But I don't understand the difference between Restorations and Resubscribing before the subscription has expired.
How do users benefit from…

igreenwood
- 11
- 1
1
vote
1 answer
How does one find Google play billing authentication details?
I am trying to understand how does the google play billing library authenticate.
All the tutorials start with BillingClient but how does billing client know which account to connect how do I pass authentication credentials to it and more importantly…

nikoss
- 3,254
- 2
- 26
- 40
0
votes
0 answers
Android : Advance/Future purchase in google play Billing library
I am using In-app purchase subscriptions in my app and using 5.0.0 Play billing library.
I need to make an advance payment ie: take payment 20days before the billing date. I can't find any such way to do the same in google play billing library. Help…

vishu srivastava
- 61
- 1
- 9
0
votes
0 answers
IN-APP purchases rules for Google Play Store
I am developing an app with flutter for the Kenyan market. This app has the ability to make in-app purchases using the MPESA mobile money. It consumes the same API "My Safaricom" app uses. Note that "My Safaricom" app is listed on the Google Play…

waldokhalid
- 49
- 7
0
votes
0 answers
Unable to fetch offers of a subscription using In_App_Purchase package
We would like to offer our users a chance to try our app, which has been developed using the Flutter framework. To achieve this, we are using the Flutter In-App Purchase package to fetch and display subscriptions created in the Google Play Console.…

Utsav Gupta
- 1
- 2
0
votes
0 answers
Billing Library: A purchase appears as active but doesn't appear in the purchase history
I've recently stumbled upon an interesting case. A user had an active (=non-consumed) one time purchase from a very long ago (it may be important). And queryPurchases() returned this purchase (as expected), but queryPurchaseHistoryAsync() didn't.…

MickSt
- 43
- 2
0
votes
1 answer
Google Play Billing v5 - List all Available Products
Is there a way to list all available products using Play Billing v5?
Every implementation I've seen you need to provide the product ID, and I don't have a backend to keep track of these IDs and I don't want to hardcode them in the app, so there must…

Felipe Ribeiro R. Magalhaes
- 771
- 2
- 6
- 27
0
votes
0 answers
Play Billing: Change between plans with free trials of different duration
In an Android app I offer a subscription with base plans of different billing periods, say monthly and yearly. I offer a free trial of 1 week for the monthly plan, and a free trial of 2 weeks for the yearly plan. I allow users to switch between the…

jake n
- 342
- 3
- 15
0
votes
0 answers
How to purchase subscription for different app user on same device with single google account using google play billing library 5
I have implemented subscription using google play billing library 5. This library performs the billing according to the primary gmail account of google playstore. I am facing issue in handling the following scenario :
User A login into app and buy…

Deepak Rattan
- 1,279
- 7
- 21
- 47
0
votes
0 answers
Gradle Error: Colliding Attributes while upgrading unity project from android Google Play Billing Library v3 to v4
I am originally using Unity 2021.1.22f1
I have made a cardboard vr app for android and I need to make an update to it. I am not
using in app purchases or something similar, but I use the Play Asset Delivery package
for unity in order to minimize the…

thesamurai23
- 13
- 4
0
votes
1 answer
Check if the user has bought subscription in android java
How do I write a function that checks whether a user has bought a subscription or not whenever my App opens?
These function only tells that the user successfully bought the subscription or cancel the procedure during the payment procedure.
private…

IT Student
- 13
- 3
0
votes
1 answer
Purchase cache validity for Google Play Billing Library 5
Does anyone know or know to find out how long a Google Play cache keeps returning purchases if there is no internet? The method call is:
mBillingClient.queryPurchasesAsync(SkuType.INAPP, purchaseResponseListener);
Current behavior if I turn off the…

Flyview
- 1,899
- 1
- 28
- 46
0
votes
1 answer
Ionic - Angular with Capacitor on Android : All app updates must use Billing Library version 4 or newer. in-app-purchase-2
Version used: "@awesome-cordova-plugins/in-app-purchase-2": "^5.46.0",
Actions on Webstorm (ionic project) :
ionic build
npx cap sync
npx cap open android
Actions on Android Studio:
Generate a signed bundle
Actions on google play console:
Create…

Simple Dev
- 113
- 9
0
votes
0 answers
Google Play Console this is a test order, you will not be charged
I published my application to Play Console and I added Inn App Purchasing System. Everything is okay but when I want to buy an item, Google Play say "This is a test order, you will not be charged!" I want to buy with real payment, not test! How can…

Recep Şamil
- 1
- 1