---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ads.yandex.com/helpcenter/en/dev/react-native/inmobi.md
  - https://ads.yandex.com/helpcenter/ru/dev/react-native/inmobi.md
  - https://ads.yandex.com/helpcenter/zh/dev/react-native/inmobi.md
  - href: zh/dev/react-native/inmobi.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

# 启用 InMobi

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

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

## 集成 {#integration}

{% list tabs %}

- Android

   <!-- source: zh/dev/_includes/inmobi-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-inmobi:11.0.0.3'
      ```
   <!-- endsource: zh/dev/_includes/inmobi-android.md -->

- iOS

   <!-- source: zh/dev/_includes/inmobi-ios.md -->
   要使用 [InMobi](https://www.inmobi.com/sdk)，请连接 `InmobiYandexMobileAdsAdapters` 库。

   `InMobiYandexMobileAdsAdapters` 库已经适配了 CocoaPods 依赖管理系统，并且可以静态附加。

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

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

{% endlist %}

