Equativ-Display-SDK-With-Mediation 8.4.0.0

Equativ-Display-SDK-With-Mediation 8.4.0.0

Maintained by Loïc GIRON DIT METAZ, Guillaume Laubier, Julien GOMEZ.



  • By
  • Equativ

Equativ Mediation Adapters iOS

This repository contains all mediation adapters we officially support.

Cocoapods installation

You can install the Equativ Display SDK, one or several mediation adapters and their related third party SDKs using Cocoapods.

For that, simply declare the pod Equativ-Display-SDK-With-Mediation in your podfile (instead of the regular Equativ-Display-SDK) with the appropriate subspec. For instance you can import Ogury like so:

pod 'Equativ-Display-SDK-With-Mediation/Ogury'

Available subspecs are:

Subspec name Supported SDK version Comments
GoogleMobileAds ~> 11.11.0 n/a
Ogury ~> 4.2.2 n/a

Note: if you install the pod Equativ-Display-SDK-With-Mediation without specifying any subspec, only the Equativ Display SDK will be installed.

Manual installation

You can still install the adapters manually if needed:

  1. First make sure you have installed the Equativ Display SDK. More information here.

  2. Copy and paste the classes of the adapter(s) you need to your project sources. Note that some adapter classes have a base class, do not forget to copy it as well.

  3. Make sure to integrate the SDK corresponding to the chosen adapter(s).