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 would like to process an unprocessed purchase as a getPendingPurchasesIOS function and send a request to the server before I can finishTransaction. However, sometimes processed transactions are also...

**Description** I am trying to validate an iOS receipt on the device. I am following along what is written in the documentation here: https://react-native-iap.dooboolab.com/docs/guides/receipts. This should be pretty straigh forward....

**Description** We have localized iap products (very likely) correctly defined in Google Play and in App Store. In code we are using change language feature (via `i18n`) is there anyhow...

**Description** In Testflight app on iphone, on entering promo code for in-app purchase, we are getting a success message from the app store but purchaseUpdateListener is not being triggered. Tested...

**Description** 1. User attempts to purchase a subscription. 2. After confirming the purchase through the native iOS subscription dialog, the user receives a message indicating that their transaction needs to...

**Description** Error at checkDebugDuplicateClasses step and app won't compile **Error Log** FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:checkDebugDuplicateClasses'. > A failure occurred...

> 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** **Envir onment:** - react-native-iap: - react-native: -...

**Description** We are experiencing crash after upgrading react-native-iap sdk from 7.5.6 to 12.10.5 on initiating purchase **Expected Behavior** App should not crash **Our JS code looks like this** ```typescript //For...

**Environment:** - react-native-iap: 12.12.0 - react-native: 0.73.4 - Platforms: Android simulator I managed to get the subscriptions list on iOS but now I'm trying to do so on android and...

**Description** Hi, First of all, thank you very much for providing this good library so we can work with In-app-purchase for both Android/Apple conveniently. I am writing because I have...