Google-IAP icon indicating copy to clipboard operation
Google-IAP copied to clipboard

Android Library for easing Google Play Billing to your apps with support for Subscriptions, Non-Consumable and Consumable Purchases with a beautiful sample app.

Results 47 Google-IAP issues
Sort by recently updated
recently updated
newest added

How to check if the user has an active subscription in Android, Google Play?

``` BillingFlowParams.ProductDetailsParams.newBuilder() .setOfferToken(offerToken) .setProductDetails(productDetails) .build() ``` https://stackoverflow.com/questions/72351444/android-in-app-billing-v5-subscription-with-trial-period [https://developer.android.com/google/play/billing/subscriptions](url) @akshaaatt Please update library its crashing when subscribe

I am getting a data array of products with IapConnector. I get the details of the products with the "Map" method in PurchaseListener. I couldn't parse this data as it...

Unresolved reference: addBillingClientConnectionListener

D/GoogleBillingService: buy. Google billing service is not ready yet. (SKU is not ready yet -2)

I want to know when my subscription time will expire is there any way in this library ??

Hey there. The event `onProductPurchased()` is not being triggered (immediately) on completion of a consumable SKU. It's only called when I reopen the app. ``` iapConnector = new IapConnector(this, Collections.emptyList(),...

when you are getting any error the error reporting is nowhere reported back to the activity and in that case we never know what was the error. if there is...

Payment is successful but addSubscriptionListener and addPurchaseListener not call

Kindly introduce some method to identify when connect to billing service was a success, or some method to test if billing is available.