An open API service indexing awesome lists of open source software.

https://github.com/iaphub/react-native-iaphub

The easiest way to implement IAP (In-app purchase) in your React Native app.
https://github.com/iaphub/react-native-iaphub

google-play in-app-billing in-app-purchase in-app-receipt itunes react-native react-native-iap

Last synced: 4 months ago
JSON representation

The easiest way to implement IAP (In-app purchase) in your React Native app.

Awesome Lists containing this project

README

          


IAPHUB




![npm](https://img.shields.io/npm/dt/react-native-iaphub)
![npm](https://img.shields.io/npm/dm/react-native-iaphub)

Shoutem

We've simplified in-app purchases for you. Say goodbye to wasting time and resources reinventing the wheel.

At [IAPHUB](https://www.iaphub.com), we've developed all the necessary tools for selling in-app purchases and subscriptions, managing your customers, and boosting your revenue. 🚀

## Getting Started

Please refer to our [Quickstart Guide](https://www.iaphub.com/docs/getting-started/?sdk=react_native) for step-by-step instructions on integrating IAPHUB into your React Native app.

You can also learn all about our SDK methods in our comprehensive [SDK Reference](https://www.iaphub.com/docs/sdk-reference/?sdk=react_native).

## UI

The package provides all the methods of the IAPHUB SDK for easy implementation of in-app purchases, but it does not include any user interface (UI).
If you prefer a plug-and-play component with built-in UI, consider exploring [react-native-iaphub-ui](https://github.com/iaphub/react-native-iaphub-ui).

## Upgrades

If you're upgrading to a new major version of the plugin, please consult our migration guides:
- For transitioning from v7.X.X to v8.X.X, refer to [this guide](https://github.com/iaphub/react-native-iaphub/tree/master/guides/migrate-v7-to-v8.md).
- For transitioning from v6.X.X to v7.X.X, refer to [this guide](https://github.com/iaphub/react-native-iaphub/tree/master/guides/migrate-v6-to-v7.md).

## Example

You can check our [Example app](https://github.com/iaphub/react-native-iaphub/tree/master/examples/example-expo).