Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
/ android-sdk Public archive

Open source SDK to quickly integrate subscriptions, stop worring about code maintenance, and getting advanced real-time data. Full support for Android.

License

Notifications You must be signed in to change notification settings

glassfy/android-sdk

Repository files navigation

Important: Glassfy SDKs are deprecated. Glassfy will be ceasing operations by the end of 2024. Read the blog post here


Platform License Release Maven Central

Glassfy Android SDK

Is the client for Glassfy: a subscription revenue optimisation infrastructure for mobile applications.

Installation

Our SDK can be easily integrated through Gradle

Gradle Groovy DSL

Add the dependency to your module-level build.gradle:

dependencies {
    [...]
    implementation 'io.glassfy:androidsdk:1.6.1'
}

Gradle Kotlin DSL

Add the dependency to your module-level build.gradle.kts:

dependencies {
    [...]
    implementation("io.glassfy:androidsdk:1.6.1")
}

More Info

Check the documentation at docs.glassfy.io to learn details on implementing and using Glassfy SDK.

License

This SDK is available under the MIT license.

About

Open source SDK to quickly integrate subscriptions, stop worring about code maintenance, and getting advanced real-time data. Full support for Android.

Topics

Resources

License

Stars

Watchers

Forks

Languages