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.
→ iOS SDK
→ Android SDK
→ Flutter SDK
→ React Native SDK
→ Cordova Plugin
→ Unity SDK
→ Web
This topic explains Qonversion's SDK versioning 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.
It's highly recommended to use the latest major version of Qonversion SDK.
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 updates usually add new features, and they are always backwards compatible.
Patch updates are usually bug fixes.