Installing the SDKs
Implement Qonversion SDKs
Qonversion SDK provides simple methods to implement in-app subscriptions in your apps, handle user access to premium features and content, and empower your subscription analytics.
Qonversion supports several platforms. Choose the platform of your app and install the SDK.
Available SDKs
ā iOS SDK
ā Android SDK
ā Flutter SDK
ā React Native SDK
ā Unity SDK
ā Cordova Plugin
ā Capacitor Plugin
ā Web
ā Kids Mode Qonversion SDKs
SDK versioning policy
This topic explains Qonversion's SDK versioning, which is based on the semantic versioning standard. To learn more, read Semantic Versioning 2.0.0.
In semantic versioning each version consists of three parts:
- major version number
- minor version number
- patch version number
For example, for version 2.7.3, 2 is the major version, 7 is minor, and 3 ā is a patch.
major version number
Major SDK updates can change API and SDK methods and might be backward incompatible. The major version component increments when the version contains breaking changes. Such updates are very rare.
minor version number
Minor updates usually add new features, and they are always backward compatible.
patch version number
Patch updates are usually bug fixes.
It's highly recommended to use the latest major version of Qonversion SDK.
Updated about 1 month ago