> For the complete documentation index, see [llms.txt](https://docs.bidapp.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bidapp.io/plugins/kotlin-multiplatform/ios-platfrom-setup.md).

# iOS Platfrom Setup

Integration instruction for iOS platform

To add networks for the **iOS** **Platform** In the `cocoapods` section, add the following line or any combination of them:

```kts
cocoapods {
    ...
    pod("bidapp/Applovin")
    pod("bidapp/ApplovinMax")
    pod("bidapp/Unity")
    pod("bidapp/Liftoff")
    pod("bidapp/AdMob")
    pod("bidapp/Chartboost")
    ...
}
```

{% hint style="warning" %}
The SDK requires that you set the iOS deployment target to iOS 11.0 or above.
{% endhint %}

## SKAdNetwork

Update your **iosApp** - **Info.plist** file with network-specific identifiers. See the documentation for [**SKAdNetwork** instructions](/integration/ios/skadnetwork.md).
