Skip to main content

SDK Setup Overview

Integrate Monetai SDK into your React Native app to predict user purchase behavior and provide promotions.

How SDK Works

Monetai SDK works in the following way:

1. User Event Data Collection

  • Collects user behavior data
  • Provides user prediction and model generation based on collected data

2. User Purchase Prediction

  • AI model analyzes collected data
  • Calculates user-specific purchase probability in real-time
  • Predicts user purchase behavior

Supported Platforms

Monetai SDK supports iOS and Android through React Native:

React Native

  • Supports both iOS and Android
  • Cross-platform development with single codebase
  • Automatic native module integration
  • TypeScript support

Native SDK

  • iOS and Android native SDKs will be supported in the future

Integration Process

SDK setup proceeds through the following steps:

  1. SDK Installation: Package installation via npm/yarn
  2. Initialization: SDK initialization at app startup
  3. User Identification: Setting user ID
  4. Event Tracking: Tracking purchase-related events
  5. Promotion Provision: Providing promotions to non-purchasers identified by AI

For detailed setup methods, please refer to the following document: