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** Everything was working fine with react native IAP v9.x.x with us. I updated it due to a crash issue on crashlytics regarding the thread safety. Now I am using...

📱 iOS

All of my new Android users are NOT eligible for the free trial. I am using the correct way: ` ... subscriptionOffers: [{sku: productId, offerToken}], ... ` My Google Play...

> 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 have got this error `Billing is unavailable. This may...

**react-native Version:** 0.72.6 **react-native-iap Version:** 12.2.2 **Platform:** Android Hello, I have a problem trying to implement react-native-iap inside a component. I followed the starting guide and the examples provided and...

### Discussed in https://github.com/dooboolab-community/react-native-iap/discussions/2678 Originally posted by **opentechiz** January 24, 2024 Dear, Can you please help me about this question : Does the lib support the Alternative Billing APIs ?...

❓ question
🤖 android

It would be nice to have support for MacOS and Windows

> 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** getProducts and getSubscriptions from useIAP hook return always undefined and...

Sorry if this is offtopic here, I just could not find any community forum link and here it only offers a bug report template. So I want to ask a...

**Description** The `Product` and `Subscription` types in the latest version do not match the underlying objects returned by the native layer. **Expected Behavior** The type definitions should at least reflect...

**Description** Calling ``` IapIosSk2.beginRefundRequest(sku) .then(resp => console.log({resp})) .catch(e => console.log({e})); ``` it fails with `[Error: Can't find product for sku ]` I am using `useIAP` for the purchase process and...