iOS – Installation

Start setting the Adapty paywall builder by installing AdaptyUI SDK.
You can install AdaptyUI SDK via CocoaPods, or Swift Package Manager.

🚧

Pro+ and Enterprise feature

Please before you start setting the feature mind that the Adapty paywall builder is available starting from Pro+ plan. For more information kindly see the pricing.

Install via CocoaPods

Add Adapty to your Podfile:

pod 'AdaptyUI', '~> 1.0.0'

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 [email protected]: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.