Skip to main content
0 votes
0 answers
31 views

I was not able to understand the structure of the Android ProductDetails retrieved from Billing Library. Below an example of the my current data structure in JSON format: { "productId":&...
user1254938's user avatar
1 vote
0 answers
89 views

fun checkPremiumStatus() { billingClient.queryPurchasesAsync( QueryPurchasesParams.newBuilder().setProductType(BillingClient.ProductType.SUBS).build() ) { billingResult, ...
A J's user avatar
  • 73
1 vote
0 answers
95 views

I'm trying to add google play billing to my PWA website, which I'm wrapping into an android app with PWABuilder. I'm tring to figure out how to test/debug locally. This page on the docs says it can ...
stackers's user avatar
  • 3,454
0 votes
1 answer
142 views

I've implemented an app subscription model on my app. On January, I got subscriptions for 12'58€. I expect this amount to be transferred to my bank account on February 15th as I've found on internet. ...
aloj's user avatar
  • 3,242
1 vote
1 answer
307 views

I am using the Google Play Billing Library in my Kotlin app to allow users to purchase subscriptions. I have a single product with two subscription offers: one for a monthly duration and the other for ...
TheDragoner's user avatar
0 votes
1 answer
120 views

I have made the following BillingManager class to handle the Google Play Billing Library for my Android app: public class BillingManager { private List<ProductDetails> productDetailsList; ...
Tennis Heal's user avatar
0 votes
1 answer
198 views

I'm using the Google Play Billing Library in my Android app, and everything works fine during testing. However, I encountered a potential issue with the subscription model when integrating it with ...
Yauheni Mokich's user avatar
0 votes
1 answer
73 views

I've followed the documentation on Google Play Billing library for Android and everything seems to work fine. I'm using billing lab to test it. Then I thought to myself, what would happen if I ...
Yauheni Mokich's user avatar
2 votes
0 answers
166 views

I cant get the documentation for Billing-ktx on Android Studio, I've checked the documentation file and its the same that is available on the official link https://maven.google.com/web/index.html?q=...
Gelson Schikorski's user avatar
12 votes
0 answers
1k views

Currently the public page for release notes for the Google Play Billing Library only lists version 7.0.0 as latest version. But for almost a week version 7.1.0 is available. So I'm wondering if ...
mdiener's user avatar
  • 665
2 votes
0 answers
372 views

I'm using billing client in my game in order to let people purchase in app item. According to my logs, many users aren't able to purchase the item, as purchase flow doesn't start. Logs show that most ...
dor506's user avatar
  • 5,444
1 vote
1 answer
403 views

I'm a unity Mobile game developer. Because of the Google Play Billing Library Migration I updated my In-app purchase package manager to 4.12.2 and the latest external dependency manager also. In the ...
Ajith kumar's user avatar
3 votes
0 answers
173 views

I'm upgrading the Google Play Billing library from v5 to v7. After changing the version of com.android.billingclient:billing to 7.0.0 and syncing all dependencies, I noticed that all billing-related ...
Speedy's user avatar
  • 1,594
19 votes
2 answers
6k views

When updating the Google Billing Library to version 7 it marks the enablePendingPurchases() method as obsolete. Reading the documentation it seems we now need to pass a PendingPurchasesParams object ...
JP711's user avatar
  • 775
1 vote
1 answer
350 views

I've gotten an Android app transferred to my developer account. This app was a payed app. It will transition to a subscription based model, so i first Unpublished the app, and changed it's price to ...
Martin Gudmundson's user avatar

15 30 50 per page
1
2 3 4 5
19