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 have implemented the full IAP flow through Android first....

> 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** 1. `introductoryPrice` seems to have been inadvertently removed from `subscriptionSk2Map`...

`com.android.billingclient:billing-ktx:6.0.1` makes apps using `react-native-iap` crash when run on Android 14: ``` One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts...

**Description** When attempting to use apple promotional offers for subscriptions I consistently receive the popup that says "_Unable to Purchase - Contact the developer for more information._". I have spent...

**Description** When making purchases or receiving renewal updates through purchaseUpdateListener on iOS, the notification always arrives twice for some reason. They always arrive somewhere around 2.5 seconds after each other....

> 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 want to purchase with quantity using requestPurchaseWithQuantityIOS, but returns...

I'm integrating mathematical features into my application using the react-native-iap package. However, I'm encountering an issue where the server doesn't receive notifications from the App Store upon successful transactions. This...

> 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** Hello, I'm trying to run initConnection() and I get this...

### Discussed in https://github.com/dooboolab-community/react-native-iap/discussions/2697 Originally posted by **benglasgow** March 2, 2024 I read through the app store connect docs on how to set up an offer code, but I'm still...

Purchase error The sku was not found. Please fetch products first by calling getItems ``` import React, { useEffect, useState } from 'react'; import { Alert, FlatList, Text, TouchableOpacity, View...