Installation of Adapty SDK
Adapty's SDK provides a complete set of tools for integrating the Adapty platform into your mobile app. To download the SDK, use one of the following links:
To download the latest version of the SDK:
- Click the <> Code button on the repository page, copy the URL to your clipboard, and run
git clone <copied_url>in your terminal. If you are developing an iOS app and using Xcode, you don’t need to download the SDK from GitHub. - Alternatively, navigate to the Releases section (located in the right panel on GitHub), select the release you need, and download the
.zipor.tar.gzarchive.
If you’re using an older version of Adapty SDK and want to upgrade to version 3.x, we recommend following our Migration guide to Adapty SDK v.3.x or later.
What's Included in Adapty's SDKs
All Adapty SDKs include the following components:
-
Core SDK: Adapty
This is the main SDK required for the proper functioning of Adapty within your app. -
Optional SDK: AdaptyUI
This SDK is necessary if you use the Adapty Paywall Builder—a user-friendly, no-code tool for creating cross-platform paywalls. These paywalls are designed using a visual constructor directly in the Adapty dashboard, run natively on the device, and require minimal effort to create high-performing designs. -
Adapty Demo Apps
These demo apps are designed to demonstrate how to work with paywalls in Adapty. With minimal functionality, they serve as both a tutorial and a practical example. This section includes apps that utilize paywalls created with the Paywall Builder.
Installation and Configuration
Follow the instructions provided in the respective repositories to install and configure the SDK for your platform.
Want to see a real-world example of how Adapty SDK is integrated into a mobile app? Check out our sample apps, which demonstrate the full setup, including displaying paywalls, making purchases, and other basic functionality.