react-native-iap icon indicating copy to clipboard operation
react-native-iap copied to clipboard

react-native native module for In App Purchase.

Results 192 react-native-iap issues
Sort by recently updated
recently updated
newest added

**Description** I have 2 base plans in my google play console. I can fetch them and they are like this : and i have a purchase updated listener like this...

> Please use the [Discussion board](https://github.com/dooboolab-community/react-native-iap/discussions) if you want to get some help. Please use issues to report bugs. **Description** When calling getAvailablePurchases() after calling initConnection() successfully I get a...

I have a project using latest react-native-iap i.e, 12.10.8 it shows incompatible version of kotlin, it says for 1.8.0 and my project is in 1.6.20 and after on searching ...the...

**Description** This module used to be quite easy to use prior to version 11.x. I have been trying to migrate my app to 12.x and realised a lot of the...

### Discussed in https://github.com/dooboolab-community/react-native-iap/discussions/2401 Originally posted by **majaeseong** April 6, 2023 I'm trying to provide a Google subscription service using the `react-native-iap` API. I'm trying to enter data into the...

**Expected Behavior** When iOS purchaseUpdateListener is created, receipts that have not been finishTransaction() are received, but Android ones are not. https://react-native-iap.dooboolab.com/docs/guides/purchases#finishing-a-purchase: "Purchases will keep being emitted to your purchaseUpdatedListener on...

Have you tested support on iOS 17? Among my users already have versions of ios 17 (although the off release is tomorrow, September 18), they are experiencing a crash when...

**Description** `IapIosSk2.subscriptionStatus(sku)` returns one the same subscription status for any product id. **Expected Behavior** Different info for different subscriptions states. **Environment:** - react-native-iap: `12.10.7` - react-native: `0.68.3` - Platforms (iOS,...

My react native subscription code is working , I want user to be able to put promos and get subscription .Note I have already generated codes in google play console...

const productIds = ['plan149]; RNIap.initConnection().then(output=>{ console.log('output',output) RNIap.getProducts({skus:productIds}).then(productName=>{ console.log('productName',productName) }) }); I am using this function and app products also ready to submit state. As I am adding productIds array it...