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:
- SDK Installation: Package installation via npm/yarn
- Initialization: SDK initialization at app startup
- User Identification: Setting user ID
- Event Tracking: Tracking purchase-related events
- Promotion Provision: Providing promotions to non-purchasers identified by AI
For detailed setup methods, please refer to the following document:
- React Native SDK Setup: React Native app SDK integration method