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 am not able to add the config plugin into my expo config file. The build fails with an error 'CommandError: Package "react-native-iap" does not contain a valid config...

**Description** expo managed build always fails only when using react-native-iap **Environment:** - react-native-iap: - react-native: - Andoid **To Reproduce** Steps to reproduce the behavior: 1. `npx expo install react-native-iap` 2....

🤖 android
ⓐ amazon

Description I am working with expo. I can successfully build to ios. but in android build I get the following error when use "eas build android" ![android](https://user-images.githubusercontent.com/17516983/230584557-87f3bd49-a2b5-4f0c-9ec4-bf89386c406e.png) Expected Behavior I...

🤖 android

> 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** **Expected Behavior** **Screenshots** **Environment:** - react-native-iap: - react-native: - Platforms...

> 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** **Expected Behavior** **Screenshots** **Environment:** - react-native-iap: - react-native: - Platforms...

**Description** according to android you can redeem your custom code inApp there is no function available to redeem code in app i successfully redeem one time code through deeplink https://play.google.com/redeem?code=promo_code...

> 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** I am using the requestPurchase method of this package and...

Hello. Is there a possible way to get base plan Id from `purchaseUpdatedListener`? I need to pass the base plan id to server when verifying the purchase receipt like the...

**Description** When working with renewable subscriptions, call to getAvailablePurchases on iOS does not return the active subscriptions. It returns those when I first buy them but when I restart the...

const productSkus = Platform.select({ ios: ['abc', 'abc2'], android: ['abc', 'abc2'], default: [], }); export const getAllPurchasePlans = async productSkus => { try { await RNIap.initConnection(); // Flush failed purchases cached...