AdColony introduction

Describe the AdColony implementation procedure for mediation setting of video reward advertisement. For implementation of the startup guide and video reward advertisement, refer to the following implementation procedure.

Startup
Implementation of video reward advertisement

Cocoapods integration(Recommend)

  • Currently Geniee Mediation SDK is working well with AdColony SDK version 3.3.5

Add the following line to Podfile

pod 'AdColony', '~> 3.3.5'

Manual integration

If you install with Cocoapods, introduction by this procedure is unnecessary.

Click here to see manual integration

Extract RewardVideoAd-Adnw-SDKS.zip

Drag and drop the AdColony SDK AdColony.framework to the project and add it.

Add the folder path of AdColony.framework to Target > Build Settings > Framework Search Paths.

Add the following necessary frameworks to Build Phases > Link Binary With Libraries.

libz.1.2.5.tbd
AdColony.framework
AdSupport.framework (Set to Optional)
AudioToolbox.framework
AVFoundation.framework
CoreGraphics.framework
CoreMedia.framework
CoreTelephony.framework
EventKit.framework
EventKitUI.framework
MediaPlayer.framework
MessageUI.framework
QuartzCore.framework
Social.framework (Set to Optional)
StoreKit.framework (Set to Optional)
SystemConfiguration.framework
WebKit.framework (Set to Optional)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

Adapter introduction

Drag and drop the AdColony SDK Adapter to the project and add it.

  • rewardMediation/AdColony/GNSAdapterAdColonyRewardVideoAd.h
  • rewardMeditation/AdColony/GNSAdapterAdColonyRewardVideoAd.m
Last Updated: 4/10/2019, 1:16:39 PM