Vungle introduction

Describe the implementation procedure to mediate Vungle 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 Vungle SDK version 6.2.0

Add the following line to Podfile

pod 'VungleSDK-iOS', '~> 6.2.0'

Manual integration

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

  • Extract FullscreenInterstitialAd-Adnw-SDKS.zip
  • Drag and drop the VungleSDK.embeddedframework folder to the project and add it.
  • Add the path of the folder of VungleSDK.framework to Target > Build Settings > Framework Search Paths.

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

AdSupport.framework
AudioToolbox.framework
AVFoundation.framework
CFNetwork.framework
CoreGraphics.framework
CoreMedia.framework
Foundation.framework
libz.dylib or libz.tbd
libsqlite3.dylib or libsqlite3.tbd
MediaPlayer.framework
QuartzCore.framework
StoreKit.framework
SystemConfiguration.framework
UIKit.framework
WebKit.framework 
GameController.framework
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

Vungle Adapter

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