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

> 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** all users in Apple Store iap always using sandbox enviroment...

**Description** After a successful purchase (in the sandbox environment), and trying to make another subscription, `currentPurchase` from the useIAP() hook still contains the previous transaction information, even after restarting or...

**Description** On Android and react-native-iap versions 12.3.1 and greater, during a downgrade flow, the method `finishTransaction` will not complete. However, on 12.3.0 and previous, this flow will complete successfully and...

> 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 can not build the project by error : `No...

**Description** This is occurring in production environment (live app on the iOS App Store), using a [Custom Offer Code](https://help.apple.com/app-store-connect/#/dev6a098e4b1). The offer code redemption UI is displayed as expected when calling...

📱 iOS
⌛️ legacy

Install **react-native-iap 12.10.5** and **expo sdk 49**. Run command: **npx expo-doctor@latest** "Verify prebuild support package versions are compatible" step fails. ![image](https://github.com/dooboolab-community/react-native-iap/assets/3218213/3efa7250-64d4-4fc3-bef0-860109b1e2d6) npm why ![image](https://github.com/dooboolab-community/react-native-iap/assets/3218213/61a74aa7-54e5-49de-8a60-919824fad8f2) is it possible to update the...

> 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** Getting `{ 'status': 21002 }` responses when calling `/verifyReceipt` with...

**Description** I created 3 subscription plan on my google play console. Only one of them get reflected in application. I am using import { initConnection, requestPurchase, useIAP } from 'react-native-iap';...

Hi! **Description** Use case: - Initiate process of buying consumable product - Choose method "slow test card, approves after a few minutes" - Tap Buy - Wait to receive notification...

**Description** When I use purchaseUpdatedListener to listen subscription renew in iOS, it works normally. But, I can only listen to the first subscription purchase in Android, subsequent renewals are not...