Installing the SDKs

Implement Qonversion SDKs

Qonversion supports several platforms. Choose the platform of your app and install the SDK.


πŸ§’

Activating Kids Mode

Follow the documentation to enable Kids Mode if you are building an app for kids.

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.