Important: Glassfy SDKs are deprecated. Glassfy will be ceasing operations by the end of 2024. Read the blog post here
Is the client for Glassfy: a subscription revenue optimisation infrastructure for mobile applications.
Our SDK can be easily integrated through Gradle
Add the dependency to your module-level build.gradle
:
dependencies {
[...]
implementation 'io.glassfy:androidsdk:1.6.1'
}
Add the dependency to your module-level build.gradle.kts
:
dependencies {
[...]
implementation("io.glassfy:androidsdk:1.6.1")
}
Check the documentation at docs.glassfy.io to learn details on implementing and using Glassfy SDK.
This SDK is available under the MIT license.