play-billing-library Questions

2

Solved

I'm testing in-app purchase using the three reserved product IDs for testing static Google Play Billing responses: android.test.purchased android.test.canceled android.test.item_unavailable How...
Capitulum asked 27/10, 2018 at 21:45

3

Solved

Issue: Cannot upgrade current subscription to different subscription. Showing Error: "Something went wrong on our end. Please try again." Description: Were using play billing library v...
Dowsabel asked 25/5, 2021 at 14:13

1

I am using Google billing service, version 2.0.3. Running the BillingClient.queryPurchases method in the UI thread in the activity onstart method, users sometimes encounter Application Not Respondi...

0

I am using Google Play Billing library 3.0.3 with Java. I have an introductory price on my subscriptions. When the user already have used the introductory price, the getIntroductoryPrice() function...
Brecciate asked 14/4, 2021 at 19:35

0

According to release notes of Play Billing library 3.0.3 the memory leak has been fixed. But i am still getting this leak from Leak Canary Google Play Billing Library release notes Code where I ...

0

I am using Firebase Cloud Functions to handle the back-end process for In-App-Purchases. If I purchase a subscription (on Flutter/Android client), the purchase flow works without problems. However,...

0

Simple MainActivity for a new project public class MainActivity extends AppCompatActivity { BillingClient billingClient; PurchasesUpdatedListener purchasesUpdatedListener = new PurchasesUpdatedLi...

3

I tried to write a wrapper for BillingClient v.2.2.0 with Kotlin Coroutines: package com.cantalk.photopose.billing import android.app.Activity import android.content.Context import com.android.bi...

1

Solved

I am using Google Play Billing Library 2.0.3 (implementation 'com.android.billingclient:billing:2.0.3') and it works fine for the most part, but for some users for the reasons unknown, querySkuDeta...

0

I'm using the Google Play Billing Library to offer some in-app purchases in my app. Everything is working correctly, but I'm receiving the error "Google Play In-app Billing API version is less...
Valero asked 1/11, 2020 at 11:43

0

I've just updated my app to use the latest play-billing billing (2.0) release, which forces you to support pending transactions or the libraries initialization fails fast. In the release notes for ...

1

https://developer.android.com/google/play/billing/release-notes I have implemented in app purchases (non consumable one time purchases only) using the version 2.2.0 billing library. Now the latest...
Resorcinol asked 17/6, 2020 at 12:10

2

Solved

I want to find out whether the user active subscription to Basic/Premium content or not from the MainActivity. There is a BillingClientLifecycle class initiating the subscription process. As I unde...

4

Solved

I am trying to implement in-app purchases using the latest Google Play Billing Library (2.0.1) • I've Added product Ids to the skuList and in the Google Play Console after publishing apk in Intern...
Maulmain asked 1/7, 2019 at 8:13

1

I think to have followed all the steps correctly from the documentation but I can't reach the callback of querySkuDetailsAsync, no errors reported. The app is working correctly with IAB, now I'm on...

1

I am trying to create a restore purchase system. I want, the user can reach its bought products whichever device he/she logged in. So I use "queryPurchaseHistoryAsync()" method when app launches. M...

1

I have a subscription with a free trial period and a reduced price period. According to the Developers site (https://developer.android.com/google/play/billing/billing_testing#testing-renewals) ther...
Fortification asked 31/8, 2019 at 15:52

0

I'm transitioning to Google Play Billing library v2.0.0 and there are two major flow differences. One is purchase acknowledgment https://developer.android.com/google/play/billing/billing_library_ov...

1

Solved

I want to implement Google Play's billing for my android app's in-app purchase, which is written in kotlin. I am following this tutorial. Here is my code: private lateinit var billingClient: Bill...
Marseillaise asked 2/4, 2019 at 3:40

3

I'd like to make an android application with in app purchases, I read often that I have to download the Google Play Billing Library from SDK Manager (e.g. http://www.techotopia.com/index.php/An_An...

1

Solved

QueryInventoryFinishedListener of IabHelper has not returned the expired subscription items. On the other hand, PurchaseHistoryResponseListener of Google Play Billing Library seems to receive all ...
Robers asked 19/10, 2017 at 7:48

2

Solved

I have used the In-app billing library for adding subscriptions in my app. Everything is working properly but I am unable to find how do I get a Users current active subscription? As per the docs,...

2

Solved

Hi am using new Play Billing Library for in app subscriptions. https://developer.android.com/google/play/billing/billing_library.html Everthing works perfect and am able to subscribe the product. ...

0

I have implemented the Play Billing Library, and it's overall been very successful - but it seems that a few calls to make a purchase (or get available products) fail w/ a Response Code 6 (Fatal er...
Tortuosity asked 1/5, 2018 at 0:42

0

I'm about to implement In App Purchases (IAP) for a premium-upgrade feature in an app I'm developing, and I've read the official developer guides. There, they mention that You can use the Play ...

© 2022 - 2024 — McMap. All rights reserved.