akshaaatt / Google-IAP

Android Library for easing Google Play Billing to your apps with support for Subscriptions, Non-Consumable and Consumable Purchases with a beautiful sample app.
GNU General Public License v3.0
250 stars 58 forks source link

Calling to purchase and subscribe but not getting any event #85

Open ItamarBiron opened 1 year ago

ItamarBiron commented 1 year ago

I configured my project, i called on button clicked to both iapConnector.purchase((Activity) a, "base") and iapConnector.subscribe((Activity) a, "") but i am not getting any result or even in onProductPurchased function or onSubscriptionPurchased , any ideas?

akshaaatt commented 1 year ago

Can you please test with the latest release 1.4.2? This should solve your problem.