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

  1. In Xcode go to File > Swift Packages > Add Package Dependency...
  2. Enter the repository URL https://github.com/adaptyteam/AdaptyUI-iOS.git
  3. Choose the version, and click Next. Xcode will add the package dependency to your project, and you can import it.