iOS – Installation
Start setting the Adapty paywall builder by installing AdaptyUI SDK.
You can install AdaptyUI SDK via CocoaPods, or Swift Package Manager.
Install via CocoaPods
Add Adapty to your Podfile
:
pod 'AdaptyUI', '~> 2.0.2'
And then run:
pod install
This creates an .xcworkspace
file for your app. Use this file for all future development of your application.
Install via Swift Package Manager
- In Xcode go to File > Swift Packages > Add Package Dependency...
- Enter the repository URL
https://github.com/adaptyteam/AdaptyUI-iOS.git
- Choose the version, and click Next. Xcode will add the package dependency to your project, and you can import it.
Updated 28 days ago
What’s Next