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** `IapIosSk2.showManageSubscriptions` returns a promise that resolves immediately instead of after the sheet closes **Expected Behavior** Promise should resolve after sheet closes **Environment:** - react-native-iap: ^12.11.0 - react-native: 0.72.6 -...

**Description** `appAccountToken` is not on the return of the `getAvailablePurchases` method. **Expected Behavior** `appAccountToken` should be on the return of the `getAvailablePurchases` method. **Environment:** - react-native-iap: `12.10.5` - react-native: `0.67.1`...

**Description** See title. **Expected Behavior** Items include `purchaseStateAndroid` or documentation explaining all purchases from this function are `PURCHASED` **Environment:** - react-native-iap: 12.11.0 - react-native: 0.72.6 - Platforms (iOS, Android, emulator,...

> 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** This function is not working when i open app from...

PurchaseStateAndroid is not handled (at least in the Hook example). At useEffect currentPurchase you need to check for receipt?.purchaseStateAndroid === 2 which is triggered in Pending state of the purchase....

> 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** The verifyReceipt endpoint from Apple is deprecated. What are the...

@baesumin Hello, I use setup({storekitMode: 'STOREKIT2_MODE'}); and I got "transactionReceipt":"" with help sandbox account and real device. Please help, version "12.10.8".

I am working on a react native macos wand I need to have in-app purchase in the macos Application but after adding macos platform in podspec file it is giving...

https://github.com/dooboolab-community/react-native-iap/blob/ef3bb8665dc2ffb629f861aed3485f9be8d58bab/IapExample/src/screens/Subscriptions.tsx#L68

**Description** I am using same code within examples folder. My app is in production and every subscription refunded after 3 days by Google without customers knowledge. I have tried both...