You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Application calls the purchase method of Qonversion SDK.
32
-
2. Qonversion SDK communicates with StoreKit or Google Billing Client to make a purchase.
33
-
3. If a purchase is successful, the SDK sends a request to Qonversion API for server-to-server purchase validation. Qonversion server receives accurate information on the in-app purchase status and user entitlements.
34
-
4. SDK returns control to the application with a processing state.
30
+
1. Qonversion SDK provides three simple methods to manage subscriptions:
31
+
* Get in-app product details
32
+
* Make purchases
33
+
* Check subscription status to manage premium access
34
+
2. Qonversion communicates with Apple or Google platforms both through SDK and server-side to process native in-app payments and keep subscription statuses up to date.
35
+
3. You can use Qonversion webhooks and API in addition to SDK to get user-level data where you need it.
36
+
37
+
See the [quick start guide documentation](https://documentation.qonversion.io/docs/quickstart).
35
38
36
39
## Analytics
37
40
38
-
Monitor your in-app revenue metrics. Understand your customers and make better decisions with precise subscription revenue data.
41
+
Qonversion provides advanced subscription analytics out-of-the-box. You can monitor real-time metrics from new users and trial-to-paid conversions to revenue, MRR, ARR, cohort retention and more. Understand your customers and make better decisions with precise subscription analytics.
Send subscription data to your favorite platforms. Share your mobile and web subscription data using our powerful integrations.
49
+
## A/B Experiments
50
+
51
+
Qonversion's A/B Experiments feature provides everything required to quickly launch paywall and other monetization experiments, analyze results and roll out winning versions without releasing a new app build. Qonversion A/B Experiments include:
52
+
53
+
* User segmentation by country, install date, app version, free/paying user
54
+
* Traffic allocation
55
+
* Advanced subscription analytics
56
+
* Visualization of A/B experiments results
57
+
* Statistical significance of the results
58
+
* Roll out winning versions without app release with remote config
Qonversion allows sending automated, personalized push notifications and in-app messages initiated by in-app purchase events. This feature is designed to increase your app's revenue and retention, provide cancellation insights, reduce subscriber churn, and improve your subscribers' user experience.
66
+
See more details [here](https://documentation.qonversion.io/docs/paywall-experiments).
57
67
68
+
## Integrations
58
69
59
-
See more in the [documentation](https://documentation.qonversion.io/docs/automations)
Send user-level subscription data to your favorite platforms.
63
71
64
-
Boost conversion rates with paywalls and in-app purchases A/B testing. Find the best pricing and paywall variations. Be flexible to prove hypotheses without app releases.
72
+
* Amplitude
73
+
* Mixpanel
74
+
* Appsflyer
75
+
* Adjust
76
+
* Singular
77
+
* CleverTap
78
+
*[All other integrations here](qonversion.io/integrations)
@@ -75,18 +89,17 @@ Boost conversion rates with paywalls and in-app purchases A/B testing. Find the
75
89
***Track and increase your revenue.** Qonversion provides detailed real-time revenue analytics including cohort analysis, trial conversion rates, country segmentation, and much more.
76
90
***Integrations with the leading mobile platforms.** Qonversion allows sending data to platforms like AppsFlyer, Adjust, Branch, Tenjin, Facebook Ads, Amplitude, Mixpanel, and many others.
***Win back lapsed subscribers.** Qonversion allows sending highly targeted push notifications triggered by server-side subscription events. You can send special offers to users who just canceled a free trial or a subscription. Plus you can deliver in-app messages with a beautiful native design that you create in Qonversion.
79
92
***A/B test** and identify winning in-app purchases, subscriptions or paywals.
80
93
***Cross-device and cross-platform access management.** If you provide user authorization in your app, you can easily set Qonversion to provide premium access to authorized users across devices and operating systems.
81
-
***SDK caches the data.** Qonversion SDK caches purchase data including in-app products and permissions, so the user experience is not affected even with the slow or interrupting network connection.
94
+
***SDK caches the data.** Qonversion SDK caches purchase data including in-app products and entitlements, so the user experience is not affected even with the slow or interrupting network connection.
82
95
***Webhooks.** You can easily send all of the data to your server with Qonversion webhooks.
83
96
***Customer support.** You can always reach out to our customer support and get the help required.
84
97
85
98
Convinced? Let's go!
86
99
87
100
## Documentation
88
101
89
-
Check the [documentation](https://documentation.qonversion.io/docs/quickstart) to learn details on implementing and using Qonversion SDKs.
102
+
Check the [full documentation](https://documentation.qonversion.io/docs/quickstart) to learn about implementation details and available features.
90
103
91
104
#### Help us improve the documentation
92
105
@@ -113,4 +126,4 @@ Contact us via [issues on GitHub](https://github.com/qonversion/flutter-sdk/issu
113
126
114
127
## License
115
128
116
-
Qonversion SDK is available under the MIT license.
129
+
Qonversion SDK is available under the MIT license.
0 commit comments