Tapjoy 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 Tapjoy SDK version 12.0.0

Add the following line to Podfile

pod 'TapjoySDK', '~> 12.0.0'

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 Tapjoy.embeddedframework folder to the project and add it.
  • Add the path of the folder of Tapjoy.framework to Target > Build Settings > Framework Search Paths.

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

CFNetwork
CoreData
CoreMotion
ImageIO.framework (SDK 11.10 and higher)
libc++
libsqlite3.0
libz
MapKit
MediaPlayer
MobileCoreServices
PassKit (Can be marked Optional for compatibility with older version of  iOS)
Security
StoreKit (Can be marked Optional for compatibility with older versions iOS)
1
2
3
4
5
6
7
8
9
10
11
12
13

Tapjoy Adapter

  • Drag and drop the Tapjoy SDK Adapter to the project and add it.
rewardMediation/Tapjoy/GNSAdapterTapjoyRewardVideoAd.h
rewardMediation/Tapjoy/GNSAdapterTapjoyRewardVideoAd.m
1
2
Last Updated: 4/10/2019, 1:16:39 PM