---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ads.yandex.com/helpcenter/en/dev/ios/vungle.md
  - https://ads.yandex.com/helpcenter/ru/dev/ios/vungle.md
  - https://ads.yandex.com/helpcenter/zh/dev/ios/vungle.md
  - href: zh/dev/ios/vungle.md
    type: text/markdown
    title: Markdown version
  - href: llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://ads.yandex.com/helpcenter/zh/llms.txt

# 启用 Liftoff (ex. Vungle)

{% note info "支持的库和平台版本" %}

**Yandex Mobile Ads SDK:**
- 支持的最低 8.3.0 版本
- 8.3.0 的当前版本
- 支持的最高 8.3.1 版本（不包括）

**Liftoff SDK：**
- 支持的最低 7.7.0 版本
- 7.7.0 的当前版本
- 支持的最高 7.7.1 版本（不包括）

[版本历史](https://ads.yandex.com/helpcenter/zh/dev/ios/changelog-ios.md#liftoff-ex-vungle)

{% endnote %}

## 支持的广告格式 {#formats}

- [自适应内联横幅](https://ads.yandex.com/helpcenter/zh/dev/ios/adaptive-inline-banner.md)
- [自适应粘性横幅](https://ads.yandex.com/helpcenter/zh/dev/ios/adaptive-sticky-banner.md)
- [插屏广告](https://ads.yandex.com/helpcenter/zh/dev/ios/interstitial.md)
- [激励广告](https://ads.yandex.com/helpcenter/zh/dev/ios/rewarded.md)
- [原生广告](https://ads.yandex.com/helpcenter/zh/dev/ios/native.md)
- [开屏广告](https://ads.yandex.com/helpcenter/ru/dev/ios/app-open-ad)

## 集成 {#integration}

<!-- source: zh/dev/_includes/vungle-ios.md -->
{% note info %}

要在移动聚合中跟踪应用安装，您需要为适配器配置 Info.plist。请参考广告网络 [文档](https://support.vungle.com/hc/en-us/articles/360002925791-Integrate-Vungle-SDK-for-iOS#h_01GWQTCFD182A6NRBT9PZ96FXY)。

{% endnote %}

要使用 [Liftoff (ex. Vungle)](https://support.vungle.com/hc/en-us/articles/360002925791-Integrate-Vungle-SDK-for-iOS)，请添加 `VungleYandexMobileAdsAdapters` 库。

`VungleYandexMobileAdsAdapters` 库已经适配了 CocoaPods 依赖管理系统，并支持静态集成。

1. 在 Yandex Advertising Network 界面和其他网络界面中 [设置聚合](https://ads.yandex.com/helpcenter/zh/monetization/yandex-mediation/setup.md)。

2. 要连接库，请将依赖项添加到项目的 Podfile 中：
   ```
   pod 'VungleYandexMobileAdsAdapters', '7.7.0.3'
   ```
<!-- endsource: zh/dev/_includes/vungle-ios.md -->
