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

# Install No-Codes SDK via CocoaPods

Add dependency to `Podfile`.

```bash theme={null}
pod 'Qonversion'
```

<Note>
  Building an app for kids? Use `pod 'Qonversion/NoIdfa'` instead — starting from version 6.12.1 this flavor includes No-Codes while collecting no IDFA. See [Kids Mode](kids-mode-sdk) for details.
</Note>

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

```bash theme={null}
pod install
```
