Tapjoy introduction
Describe the implementation procedure to mediate Tapjoy with FullscreenInterstitial advertisement. For implementation of the startup guide and fullscreen interstitial advertisement, refer to the following implementation procedure.
Startup
Implementation of fullscreen interstitial advertisement
Cocoapods integration(recommended)
- 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.
- Extract FullscreenInterstitialAd-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)
```
Tapjoy Adapter
- Drag and drop the Tapjoy SDK Adapter to the project and add it.
fullscreenMediation/Tapjoy/GNSAdapterTapjoyFullscreenInterstitialAd.h
fullscreenMediation/Tapjoy/GNSAdapterTapjoyFullscreenInterstitialAd.m
1
2
2