Glassfy iOS SDK Code
Open source SDK to quickly integrate iOS subscriptions
Brought to you by:
henningglassfy
File | Date | Author | Commit |
---|---|---|---|
Glassfy.xcodeproj | 2023-06-06 |
![]() |
[fff920] Release v1.4.0 |
Source | 2023-06-06 |
![]() |
[fff920] Release v1.4.0 |
Tests | 2021-06-03 |
![]() |
[0a2dcd] release v1.1.3 |
.gitignore | 2021-04-28 |
![]() |
[a98507] First public release |
Glassfy.podspec | 2023-06-06 |
![]() |
[fff920] Release v1.4.0 |
LICENSE | 2021-04-28 |
![]() |
[a98507] First public release |
Package.swift | 2022-01-13 |
![]() |
[76b39e] Release v1.1.7 |
README.md | 2023-06-06 |
![]() |
[fff920] Release v1.4.0 |
Is the client for Glassfy: a subscription revenue optimisation infrastructure for mobile applications.
Our SDK can be easly integrated through Cocoapods or Swift Package Manager
Add the pod to your Podfile:
pod 'Glassfy', '~> 1.4.0'
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.