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.
- Swift and Objective-C Projects
- iOS 10.0 or greater / macOS 10.15 or greater
Our SDK can be easly integrated through Cocoapods or Swift Package Manager
Add the pod to your Podfile:
pod 'Glassfy', '~> 1.4.2'
Then, run the following command:
pod install
You can use Swift Package Manager to integrate Glassfy SDK in your application.
- In your Xcode project select file -> Add Packages...
- Enter the Glassfy GitHub URL:
https://github.com/glassfy/ios-sdk
. - Set the version “Up to Next Major” to the version you want to use.
Check the documentation at docs.glassfy.io to learn details on implementing and using Glassfy SDK.
This SDK is available under the MIT license.