Welcome to Qonversion! This guide will walk you through everything you need to know to get started with our platform and begin managing your app's subscriptions.
Why Qonversion?
Managing in-app subscriptions across iOS, Android, and web can be complex. Qonversion simplifies this by providing:
- Unified SDK - One integration for all platforms
- Real-time Analytics - Track MRR, LTV, and churn instantly
- A/B Testing - Optimize your paywalls with data-driven experiments
- No-Code Builder - Create and deploy paywalls without app updates
Quick Start
Getting started with Qonversion takes just a few steps:
Step 1: Create Your Account
Sign up for a free account at dash.qonversion.io. You'll get access to:
- Free tier with generous limits
- Full analytics dashboard
- Integration guides for all platforms
Step 2: Install the SDK
Choose your platform and add the Qonversion SDK:
iOS (Swift)import Qonversion
Qonversion.launch(
projectKey: "YOUR_PROJECT_KEY",
launchMode: .subscriptionManagement
)
Android (Kotlin)
Qonversion.launch(
application = this,
projectKey = "YOUR_PROJECT_KEY",
launchMode = QLaunchMode.SubscriptionManagement
)
React Native
import Qonversion from 'react-native-qonversion';
Qonversion.launch({
projectKey: 'YOUR_PROJECT_KEY',
launchMode: 'SubscriptionManagement',
});
Step 3: Configure Your Products
In the Qonversion dashboard:
1. Navigate to Products section
2. Add your App Store / Play Store product IDs
3. Set up entitlements to control feature access
Best Practices
Here are some tips to get the most out of Qonversion:
1. Use Entitlements - Map products to features for flexible monetization
2. Set Up Events - Track custom events for better analytics
3. Enable Webhooks - Get real-time notifications for subscription changes
4. Test Thoroughly - Use sandbox environments before going live
What's Next?
Now that you're set up, explore these features:
- A/B Testing Guide - Optimize your conversion rates
- Analytics Deep Dive - Master your metrics
- No-Code Builder - Build paywalls visually
Have questions? Check out our documentation or reach out to our support team.

Qonversion Team
Qonversion
Expert insights from the Qonversion team on mobile app monetization and subscription optimization.




