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** I was taking a look at your amazing project but...

{"code": "E_DEVELOPER_ERROR", "debugMessage": "Please ensure the app is signed correctly.", "message": "Google is indicating that we have some issue connecting to payment.", "responseCode": 5} react-native-iap-12.10.5 i have followed every steps...

**Description** In version 12.12.1 there is an issue with introductory offers STOREKIT2 ``` "introductoryPriceSubscriptionPeriodIOS": "year", "subscriptionPeriodUnitIOS": "YEAR", ``` STOREKIT ``` "introductoryPriceSubscriptionPeriodIOS": "YEAR", "subscriptionPeriodUnitIOS": "YEAR", ``` **Expected Behavior** ``` "introductoryPriceSubscriptionPeriodIOS": "YEAR",...

> 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** App errors on iOS startup with `EXC_BAD_ACCESS` on `productStore` in...

**Description** Hi. In the latest versions of the library, when using Amazon, it doesn't work. I'm using hooks with `useIAP` and I also have the `App.js` file with the `withIAPContext()`...

**Description** When I updated the price of an in-app product in the Play Store, it's not showing up in the app for users who already have it installed. They still...

**Description** How can I determine if a subscription is ongoing or has been cancelled? Is this something that should be validated through a backend or can I do it through...

**Description** I recently migrated from Expo InAppPurchases as it is deprecated. When purchasing with Expo IAP, upon making a purchase the payment view loaded immediately. With this library, it takes...

> Please use the [Discussion board](https://github.com/dooboolab/react-native-iap/discussions) if you want to get some help. Please use issues to report bugs. **Description** I am trying to upgrade from react-native-iap v.7 to 10.1.3....

🤖 android
🆖 no template
⌛️ legacy

> 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 currently trying to implement in-app purchases for consumable...