Jump to Content
Glassfy
GuidesRecipesAPI Reference
Glassfy DashboardGlassfy
Glassfy Dashboard
GuidesRecipesAPI Reference

Documentation

  • What is Glassfy?

Get Started

  • Quick Start
  • Installation
    • iOS Installation
    • Android Installation
    • macOS Installation
    • React Native Installation
    • Flutter Installation
    • Ionic Capacitor Installation
  • Configuration
    • SDK Configuration
    • App Store Configuration
    • App Store Server To Server Notifications
    • Play Store Configuration
    • Paddle Webhook Notification
    • Paddle Subscription or Product Web Purchase
    • Paddle License Keys
  • Using SDKs
  • Display products
  • Making purchases
  • Verify Subscription Status
  • Identify the subscriber
  • Watcher Mode
  • Sandbox Testing
    • App Store Sandbox Testing
    • Play Store Sandbox Testing
  • Troubleshooting

Dashboard

  • Configure SKUs
  • Configure Permissions
  • Configure Offerings

Objects

  • Permissions
  • Transaction
  • Sku
  • SkuPaddle
  • Offerings
  • UserProperties

Guides

  • SwiftyStoreKit Migration
  • Integrating subscriptions and IAPs in 10 steps
  • Promoting App Store In-App Purchases
  • Reduced platform commission for new and small publishers
  • Handling App Store Strong Customer Authentication Transactions (SCA)
    • Handling App Store Promo Codes
  • SKUs not returned to your application
    • App Store SKUs not returned to your application.
    • Play Store SKUs not returned to your application.
  • How to create a Customizable Paywall and deploy it in your app
  • App Store Promotional Offers
  • SKUs, Offering and Permission
  • Pricing and data discrepancies

Paywall

  • Paywall Quick Start
  • Creation
  • Editing
  • Tags
  • Remote Configuration
  • SDK configuration
  • Paywall preloading

Analytics

  • Analytics
  • Active Subcripions
  • Active Subscriptions Movement
  • New Subscriptions
  • Lost Subscriptions
  • Restarted Subscriptions
  • Active Trials
  • Churn Rate
  • New Trials
  • Trial Conversions Rate
  • Revenues
  • Monthly Recurring Revenues
  • ARPPU 90 Days
  • MRR Movement

Connectors

  • Connectors
  • JWS Webhooks
  • Webhooks
  • Mixpanel
  • Segment
  • Slack
  • Amplitude
  • CleverTap
  • Singular

Triggers

  • Triggers
  • Slack
  • Webhooks
  • Push notification

Legal

  • Privacy Policy
  • Terms & Conditions
  • DPA
  • Apple App Privacy

Android Installation

Suggest Edits

Installation with Gradle

The Glassfy SDK is available on Maven Central.

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

dependencies {
    …
    implementation 'io.glassfy:androidsdk:1.3.1'
}
dependencies {
    …
    implementation 'io.glassfy:androidsdk:1.3.1'
}

Updated 8 months ago


What’s Next
  • Using SDKs
  • Table of Contents
    • Installation with Gradle