skip to Main Content

React Native In App Purchase(Android) error

The function is working fine for ios but for android it gives error on my physical device. Screen shot is attached . Anyone who is experiencing the same problem?(https://i.sstatic.net/TMQN8BpJ.jpg) const handleBuySubscription = async (productId, planType) => { setIsRequestInProgress(true); try {…

VIEW QUESTION

Flutter – in_app_purchase billing's responseCode: 4

The Google Play Billing subscription or one-time purchase product is not available for purchase for this user. I integrate in_app_purchase library but I couldnt test it because I got item_not available error also I checked these steps : https://adapty.io/blog/google-play-billing-library-in-app-purchase-error-codes/ Send…

VIEW QUESTION

React Native In App Purchase Issues In Android For Consumable InApp Purchase

I have Integrated React-Native-iap Package on my React Native Application for Implementing the Consumable InApp purchases. Link : https://github.com/dooboolab-community/react-native-iap Here is What I have done so far : Step-1. Import the Library : import {initConnection, getProducts, getAvailablePurchases, endConnection, purchaseUpdatedListener, requestPurchase,…

VIEW QUESTION
Back To Top
Search