> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
> Use this file to discover all available pages before exploring further.

# iOS

> Install Qonversion iOS SDK to implement in-app subscriptions, validate user receipts, get subscription analytics, and send subscription events to third-party integrations.

[![GitHub release](https://img.shields.io/github/v/release/qonversion/qonversion-ios-sdk?label=Latest%20Release)](https://github.com/qonversion/qonversion-ios-sdk/releases)

## Install SDK

Qonversion supports Cocoapods, Carthage, and Swift Package Manager to package your dependencies as a framework.

## Install via Cocoapods

Add dependency to `Podfile`.

<CodeGroup>
  ```text Podfile theme={null}
  pod 'Qonversion'
  ```
</CodeGroup>

Run `pod install` in the project directory to download the dependency.

<CodeGroup>
  ```bash Terminal theme={null}
  pod install
  ```
</CodeGroup>

## Install via Carthage

To integrate SDK into your Xcode project using Carthage, specify it in your Cartfile:

<CodeGroup>
  ```text Cartfile theme={null}
  github "qonversion/qonversion-ios-sdk"
  ```
</CodeGroup>

After that, run the Carthage update to build the framework and drag the built Qonversion.framework into your Xcode project.

<CodeGroup>
  ```bash Terminal theme={null}
  carthage update
  ```
</CodeGroup>

## Install via Apple Swift Package Manager

Open Xcode, go to **File → App packages...** and enter the package URL `https://github.com/qonversion/qonversion-ios-sdk` to the search bar to import the package.

## Kids Mode for Qonversion IOS SDK

In case you are building an App for Kids, please, [follow this guide](kids-mode-sdk) to learn more about Kids Mode for Qonversion SDKs.

***

What’s Next

* [Analytics (Observer) Mode](analytics-mode)
* [Subscription Management Mode](subscription-management-mode)
