81 questions
0
votes
1
answer
53
views
'Billing is unavailable' error with react-native-iap on Android
I'm using react-native-iap version 13.0.4, and I'm having trouble with Android.
The build I'm testing is still in the open testing track on the Play Store, and was installed via the Play Store app. I ...
2
votes
2
answers
226
views
StoreKit error: missingValue(for: [StoreKit.ProductResponse.Key.price]) when fetching products (Xcode 16.4, iOS 17+, StoreKit 1 vs 2 confusion)
I’m working on an iOS app with in-app purchases and I keep seeing this error when trying to fetch products:
[c15f20bd_SK1] Could not parse product: missingValue(for: [StoreKit.ProductResponse.Key....
0
votes
0
answers
158
views
iOS Subscriptions in TestFlight Using appAccountToken with React Native IAP: Wrong Token After Account Deletion
I'm implementing iOS subscriptions in a React Native app using react-native-iap. For iOS, we pass a UUID (appAccountToken) generated by our backend to uniquely identify users in App Store Server ...
0
votes
0
answers
47
views
Unable to Process UPI Payments in IOS with requestSubscription Function in React Native IAP
Here is my code for IOS:-
const handleBuySubscription = async (productId: any) => {
try {
setLoading(true);
await clearTransactionIOS();
console.log('in handle buy ...
1
vote
1
answer
163
views
isAcknowledgedAndroid is always false for consumable product
Description
My first time implementing in-app purchase so I might have a bit less knowledge about the whole lifecycle of the IAP. I only have in-app products to buy virtual coins that the user can buy ...
0
votes
0
answers
25
views
Need end-end IAP solution approach for InApp Purchase for Android using react native app
Need end-end IAP solution approach for InApp Purchase for Android using react native app for below version
"react-native-iap": "^12.15.7"
1
vote
0
answers
109
views
How do i solve "error: package com.dooboolab.RNIap does not exist" for Android?
I am using React Native and the package react-native-iap for handling in-app purchases. I needed to upgrade the package to be able too meet the the latest requirements from Google to use Google Play ...
0
votes
2
answers
307
views
why i can't get my subscriptions using react-native-iap
I created one subscriptoin on my App Store Connect
enter image description here
And tried to get this subscription in my code like this
const { connected, getSubscriptions } = useIAP()
const ...
0
votes
1
answer
79
views
InApp - How to handle premium subscriptions containing same advantage as standard one?
Using Google play subscription on Android, we provide 2 plans for our users.
standard plan (2€) containing minor advantages.
premium plan (10€ ) containing the same minor advantages and more.
the ...
1
vote
0
answers
147
views
App store notifications not receiving in react native iap
import { useEffect, useState } from 'react';
import { getSubscriptions, initConnection, requestSubscription } from 'react-native-iap';
import { useDispatch, useSelector } from 'react-redux';
import { ...
1
vote
0
answers
326
views
Troubleshooting In-App Purchases in TestFlight
In react-native app , I am encountering an issue with in-app purchases in my iOS app. When I install the app directly from Xcode, in-app purchases work seamlessly. However, after archiving the app and ...
3
votes
0
answers
1k
views
react-native-iap getProducts() returns undefined on EAS built iOS app
I'm working on an iOS app built with Expo Application Services (EAS) and encountering issues with the react-native-iap library:
getProducts({skus: ['Credits30']}) unexpectedly returns undefined.
...
0
votes
0
answers
659
views
This version of the application is not configured for billing through google play in react-native-iap
I have used react-native-iap-12.10.5 and add license tester in google play console and when used getProduct all device , we are able to get the productList , but when want to purchase sucessfully ...
2
votes
3
answers
2k
views
getProducts returns empty array in react-native-iap
getProducts and getSubscriptions from useIAP hook return always undefined
and products and subscriptions are always empty arrays.
getProducts imported from react-native-iap is also returning an empty ...
1
vote
1
answer
2k
views
Can I test my in app subscriptions when app is only in internal testing track?
I have:
configured subscriptions
2 products each 2 base plans - every plan is active
license testers
internal track testers
have the same build number in internal track as in my Android studio
I did ...
0
votes
1
answer
1k
views
Successfully redeeming promo code for in-app purchase in IOS app store is not triggering purchaseUpdatedListener in RNIAP
In Testflight app on iphone, on entering promo code for in-app purchase, I am getting a success message from the app store but purchaseUpdateListener is not being triggered. Tested by adding alerts ...
1
vote
0
answers
678
views
Keep randomly getting warning: "Sending `purchase-updated` with no listeners registered." when using the react-native-iap package
In the docs (https://react-native-iap.dooboolab.com/docs/guides/purchases) there is an example of adding these listeners in a class based react component and I tried to convert it to functional ...
1
vote
0
answers
455
views
How to make in app subscription in react native in iap
How do i make subscription in react native in app purchase library. It seems the library has been updated and my code only returns available subscriptions with a subscriptionOfferDetails property. I ...
5
votes
1
answer
1k
views
react-native-iap requestSubscription "An unknown error occurred"
I want to add In-App purchases (subscriptions) to my react-native app. I use react-native-iap. I added subscriptions in https://appstoreconnect.apple.com/ Features -> Subscriptions, I have 1 group ...
1
vote
0
answers
876
views
Can't get appAccountToken sent from react-native-iap in App Store Notification v2 + Firebase function
I'm working on auto-renewable subscription using react-native-iap (mobile client) and handling subscription update via firebase function from App Store Server Notification v2
In client side, I sent ...
1
vote
2
answers
6k
views
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 ...
1
vote
0
answers
228
views
How to implement Restore Purchase in React Native?
How to implement Restore Purchase functionality in react native using react-native-iap?
I read complete doc but not find any method to Restore Purchase.
2
votes
0
answers
542
views
On RNIap.requestSubscription(sku) returns undefind, on purchase successful in iOS React-Native
on click request for subscription and
Confirm on device then Dialog will show saying: "You're all set. Your purchase was successful. [Environment: Xcode]"
purchaseUpdatedListener and ...
1
vote
1
answer
404
views
react-native-iap showing empty popup when adding new payment method
I have a problem, can anyone help?
I'm using react-native-iap for my app. iOS is working well but for android, on beta and store versions, the UI is strange.
When there is no payment method yet, if ...
2
votes
0
answers
1k
views
React-native-iap getAvailablePurchases() return empty array ios
I use auto renewal subscription with react-native-iap in my app
I need to check user has subscription on phone or not, for do this I use getAvailablePurchases()
like this
import * as RNIap from 'react-...