LinkFive - Successful Subscriptions

Get started with React Native

Get started with React Native

Prerequisites

First of all, make sure to fulfill all the prerequisites needed to use In-App-Purchases for Apple and Google.

Apple

  1. Apple Connection
  2. Obtain the Report Token

Google

  1. Connect to Google Play Store
  2. Find your Google Cloud Storage URL
  3. Create Google Play Store Subscriptions

Add the SDK Dependency

After that, add the LinkFive React Native Purchases SDK Dependency to your project.

So in order to do that, add type npm install react-native-purchases-sdk to your terminal within your project folder.

Please also checkout our official Github Repository and it's documentation.

Next: Initialize the React Native SDK