---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://ads.yandex.com/helpcenter/en/dev/react-native/vungle.md
  - https://ads.yandex.com/helpcenter/ru/dev/react-native/vungle.md
  - https://ads.yandex.com/helpcenter/zh/dev/react-native/vungle.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ads.yandex.com/helpcenter/zh/llms.txt

# 启用 Liftoff (ex. Vungle)

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

- [自适应内联横幅](https://ads.yandex.com/helpcenter/zh/dev/react-native/adaptive-inline-banner.md) (Android)
- [自适应粘性横幅](https://ads.yandex.com/helpcenter/zh/dev/react-native/adaptive-sticky-banner.md) (Android)
- [插屏广告](https://ads.yandex.com/helpcenter/zh/dev/react-native/interstitial.md) (Android)
- [激励广告](https://ads.yandex.com/helpcenter/zh/dev/react-native/rewarded.md) (Android)

## 集成 {#integration}

{% list tabs %}

- Android

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

   2. 将依赖项添加到应用级别的 build.gradle 文件中：
      ```
      implementation 'com.yandex.android:mobileads:8.3.0'
      implementation 'com.yandex.ads.mediation:mobileads-vungle:7.7.0.3'
      ```
   <!-- endsource: zh/dev/_includes/vungle-android.md -->

- iOS

   <!-- 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 -->

{% endlist %}

