Questions tagged [react-native-iap]

65 questions
0
votes
0 answers

Developer Account Access in Google Play Store account to access API Access section

I want to use Google Play Console API but for that need developer account owner's permission, I already got those permissions from owner but still getting this page, can anyone tell me if I'm missing anything ?
Riddhi
  • 755
  • 11
  • 31
0
votes
0 answers

sync subscription in app store and play store using react-native-iap

I'm developing an app in react-native and having subscription feature in application so integrating that using react-native-iap, I've already developed and deployed app on app store but now needto upload on play store so testing for subscription,…
Riddhi
  • 755
  • 11
  • 31
0
votes
1 answer

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 release build and installed it to my device…
Babu
  • 4,324
  • 6
  • 41
  • 60
0
votes
0 answers

Subscription prices in App Store Connect and Storekit file

I've integrated subscription feature using react-native-iap library and getting live subscription products from direct App Store Connect, but in the past I've created storekit file for the same and today I found the pricing are different from App…
Riddhi
  • 755
  • 11
  • 31
0
votes
0 answers

I encountered an error while attempting to request subscription function in-app purchases with react-native-IAP library

Based on the below information, it appears that the error is related to a server-side issue with the Google payment service itself rather than an issue with my code or setup. Error: { "code": "E_DEVELOPER_ERROR", "debugMessage": "Server error,…
0
votes
0 answers

How to check in app purchases list of users purchased on Apple Dashboard

I am using in app purchases react-native-iap n this user is making a payment and it is not verified at the backend. So I want to get a list of users who purchased a plan. So i want to know how can I get a list in the App Store dashboard.
Rover
  • 661
  • 2
  • 18
  • 39
0
votes
0 answers

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 within purchaseUpdateListener. I am using the same…
0
votes
0 answers

AppleTv In app purchase on request subscription First time open login prompt and payment failed next time it works fine

I have implemented react-native-iap in my tvos project. First time when I go for purchase subscription and call requestPurchase method it open AppleId login prompt and after login it failed payment and called purchaseErrorListener method. But after…
0
votes
0 answers

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 component style. The issue is that when the purchase…
0
votes
1 answer

How to get localised names from react-native-iap

We have localized iap products (very likely) correctly defined in Google Play and in App Store, but this code will not give us the localized titles of products. Should we configure something else? Or call some different method or add any options…
Babu
  • 4,324
  • 6
  • 41
  • 60
0
votes
0 answers

React Native + Expo IAP

How can I implement IAP with Expo? I have seen RevenueCat, but I don't know if I will be able to get data from backend (validate payments) and be able to get subscription data. Thanks I have tried react-native-iap and I didn't get it to work, I also…
0
votes
1 answer

Getting an empty Array of Products in React native Iap

Hey I am using React native iap with react native 0.64.2. Also I am using razor pay in it also. "react": "17.0.1", "react-native": "0.64.2", "react-native-iap": "7.5.1", "react-native-razorpay": "^2.3.0", const itemSkus = Platform.select({ …
Rover
  • 661
  • 2
  • 18
  • 39
0
votes
0 answers

react-native-iap purchaseUpdatedListener with Android auto-renew subscription

I'm currently implementing in-app purchase with React Native via react-native-iap When I use purchaseUpdatedListener to listen to subscription renew in iOS, it works normally. However, I can only listen to the first subscription purchase in Android,…
0
votes
0 answers

Subscriptions are not showing in live app ios

I have an React-Native iOS app which has renewable subscription configured by react-native-iap. In the testing and testflight I can see the available subscription but after my app got approved and went live user can't see the subscription. Apple has…
0
votes
2 answers

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 : …