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

# Enabling InMobi



{% note info "Supported library and platform versions" %}

**Yandex Mobile Ads SDK:**
- The minimum supported version of the 7.18.4
- The current version of the 7.18.4
- The maximum supported version of the 7.18.5 (not including)

**InMobi SDK:**
- The minimum supported version of the 10.8.6
- The current version of the 10.8.6
- The maximum supported version of the 10.8.7 (not including)

[Version history](https://ads.yandex.com/helpcenter/en/dev/ios7/changelog-ios.md#inmobi)

{% endnote %}

## Supported ad formats {#formats}

- [Adaptive inline banner](https://ads.yandex.com/helpcenter/en/dev/ios7/adaptive-inline-banner.md)
- [Adaptive sticky banner](https://ads.yandex.com/helpcenter/en/dev/ios7/adaptive-sticky-banner.md)
- [Interstitial ads](https://ads.yandex.com/helpcenter/en/dev/ios7/interstitial.md)
- [Rewarded ads](https://ads.yandex.com/helpcenter/en/dev/ios7/rewarded.md)

## Integration {#integration}

<!-- {% note info %}

Для трекинга установок приложений в Мобильной медиации вам необходимо сконфигурировать Info.plist для адаптера. Следуйте [документации](https://github.com/AdColony/AdColony-iOS-SDK/wiki/Project-Setup) рекламной сети.

{% endnote %} -->

<!-- source: en/dev/_includes7/inmobi-ios.md -->
To work with [InMobi](https://www.inmobi.com/sdk), connect the `InmobiYandexMobileAdsAdapters` library.

The `InMobiYandexMobileAdsAdapters` library has been adapted to work with the CocoaPods dependency management system and can be attached statically.

1. [Set up mediation](https://ads.yandex.com/helpcenter/en/monetization/yandex-mediation/setup.md) in the Yandex Advertising Network interface and other network interface.

2. To connect the library, add the dependency to the project's Podfile:
   ```
   pod 'InMobiYandexMobileAdsAdapters', '10.8.6.3'
   ```
<!-- endsource: en/dev/_includes7/inmobi-ios.md -->
