iOS SDK
Android SDK
Flutter SDK
React Native SDK
Unity SDK
Cordova Plugin
Capacitor Plugin
Web SDK
macOS / Catalyst
Activating Kids Mode
Follow the documentation to enable Kids Mode if you are building an app for kids.SDK versioning policy
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
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.Quick Start iOS