Integration

Empower AdManager Mediation Integration

This document explains how to add Empower as an ad network using Google Mediation.


Integrating the SDK

Cocoapods

The easiest way to integrate the SDK to your iOS project is to use CocoaPods.

Step 1: Simply open your project's Podfile and add a new source to the top:

source 'https://github.com/empowernet/specs.git'

Step 2: Add the following line to your app's target block:

pod EmpowerAdmobAdapter, '1.4.0'"

Step 3: Run the following command from the command line to install the dependencies:

pod install --repo-update