react-native-iap icon indicating copy to clipboard operation
react-native-iap copied to clipboard

react-native native module for In App Purchase.

Results 170 react-native-iap issues
Sort by recently updated
recently updated
newest added

> Please use [Discussion board](https://github.com/dooboolab/react-native-iap/discussions) if you want get some help out of it. Please report issue if there is a bug. ### Version of react-native-iap 8.0.10 ### Version of...

📱 iOS

> 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 switched to useIAP hooks. And whenever I call the...

> Please use [Discussion board](https://github.com/dooboolab/react-native-iap/discussions) if you want get some help out of it. Please report issue if there is a bug. ### Version of react-native-iap 8.0.8 ### Version of...

🐛 bug
📱 iOS

### Discussed in https://github.com/dooboolab/react-native-iap/discussions/1370 Originally posted by **neilco** June 9, 2021 There's lots of interesting changes coming in [StoreKit 2](https://developer.apple.com/wwdc21/10114). Just throwing my hat in the ring early for helping...

🙏 help wanted
1️⃣ good first issue
🚽 migration

Can somebody provide updated documentation about how to use that lib? On website half of documentation describing old versions of the lib Half of IAP hooks not works Almost all...

📖 documentation

### Version of react-native-iap "react-native-iap": "^8.3.0", ### Version of react-native react: 17.0.2 => 17.0.2 react-native: 0.68.2 => 0.68.2 ### Platforms you faced the error (IOS or Android or both?) IOS...

📱 iOS

**Description** We noticed some edge case where the `SubscriptionPurchase.transactionId` is different than the `transaction_id` that's included inside the `SubscriptionPurchase.transactionReceipt`. We call `https://buy.itunes.apple.com/verifyReceipt` using the `SubscriptionPurchase.transactionReceipt` as body, and the returned...

Update: I would appreciate a good review on that! Summary of changes: - Remove default export `import RNIap from 'react-native-iap'`. You now import by name directly e.g. `import { requestPurchase...