Vungle introduction
Describe the Vungle 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 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.
Click here to see manual integration
- 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
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Vungle Adapter
- Drag and drop the Tapjoy SDK Adapter to the project and add it.
rewardMediation/Tapjoy/GNSAdapterVungleRewardVideoAd.h
rewardMediation/Tapjoy/GNSAdapterVungleRewardVideoAd.m
1
2
2