Android
Install Qonversion Android SDK to implement in-app subscriptions, validate user receipts, get subscription analytics, and third-party integrations.
Install the library
The recommended way to install the Qonversion library for Android is with a build system like Gradle. The library is distributed via Maven Central.
Add the Qonversion library to the dependencies section in your app build.gradle
dependencies {
implementation 'io.qonversion.android.sdk:sdk:7.+'
}
Or check the current release version on Github if you want to use a specific version.
Kids Mode for Qonversion Android SDK
In case you are building an App for Kids, follow this guide to learn about Kids Mode for Qonversion SDKs.
Updated 4 days ago