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

// Function to handle purchase const handlePurchase = async productId => { if (purchaseInProgress) { // If purchase already in progress, return return console.log('purchase already in progress'); } try {...

How I can get the subscription status?

`const {connected, purchaseHistory, getPurchaseHistory, getAvailablePurchases} = useIAP();` getPurchaseHistory, getAvailablePurchases undefined ios platforms - react-native-iap: All verison - react-native: All version - Platforms (iOS, emulator, simulator, device, ipad mac, All):

**Description** iOS - Storekit 2 When calling `getAvailablePurchases({onlyIncludeActiveItems: true})` the field `verificationResultIOS` (aka [jwsRepresentation](https://developer.apple.com/documentation/storekit/verificationresult/3868429-jwsrepresentation)) is empty. We found that the cause (probably) is that it is serialized only as transaction....

## Summary: After the ipa package generated by Xcode archive was installed on on iPhone 6 / iOS 12. It crashed every time I opened the app. More information can...

> 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** After the ipa package is generated in archive. It crashed...

Description of the issue: **When I try to call getPurchaseHistory() , the app freezes. No errors... nothing** Description of what you expected to happen: **A history of purchases is returned...

This PR adds visionOS support. I've refactored some parts of the code to take the currently presented scene by wrapping built-in utility `RCTKeyWindow()` to work in async scenarios. ## Testing...