> ## 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.

# macOS / Catalyst

> Qonversion SDK to handle in-app purchases for macOS / Catalyst

export const NextStepsChooseMode = () => <CardGroup cols={2}>
  <Card title="Analytics Mode" icon="chart-line" href="analytics-mode">
    Get subscription analytics in about 20 minutes without changing your purchase flow.
  </Card>
  <Card title="Subscription Management Mode" icon="crown" href="subscription-management-mode">
    Let Qonversion fetch products, make purchases, and manage cross-platform access.
  </Card>
</CardGroup>;

Qonversion is the data platform to power in-app subscription revenue growth. Qonversion allows fast in-app subscriptions implementation. It provides the back-end infrastructure to validate user receipts and manage cross-platform user access to paid content on your app, so you do not need to build your server. Qonversion also provides comprehensive subscription analytics and out-of-the-box integrations with the leading marketing, attribution, and product analytics platforms.

Qonversion iOS SDK is compatible with macOS and can be installed via CocoaPods or Swift Package Manager.

## Install via CocoaPods

Add dependency to `Podfile`.

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

Run pod install in the project directory to download dependency.

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

## Install via Swift Package Manager

Open Xcode, go to **File → Swift Packages → Add Package Dependency** and enter the package URL `https://github.com/qonversion/qonversion-ios-sdk` to import the package through SPM.

<NextStepsChooseMode />
