Installation
We have decided to distribute our No-Codes SDK separately from the Qonversion SDK. However, the No-Codes SDK uses the Qonversion SDK as a dependency to give you an opportunity to make purchases and restore access directly from the screens within No-Codes.
No-Codes SDK | Version |
---|---|
iOS | 0.0.1 beta available |
Android | Coming soon |
Flutter | Coming soon |
ReactNative | Coming soon |
Cordova | Coming soon |
Unity | Coming soon |
Ionic | Coming soon |
Install the iOS SDK using CocoaPods
Add dependency to Podfile
.
pod 'NoCodes'
Run pod install
in the project directory to download the dependency.
pod install
Install iOS SDK via Swift Package Manager
Open Xcode, go to File → App packages... and enter the package URL https://github.com/qonversion/no-codes-ios
to the search bar to import the package.
Updated 9 days ago