AppLovin introduction

Describe the implementation procedure of AppLovin 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 AppLovin SDK version 5.1.1

Add the following line to Podfile

pod 'AppLovinSDK', '~> 5.1.1'
  • AppLovinSdkKey to Info.plist (If you want to check AppLovinSdkKey,please contact Geniee in charge)

image

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 applovin SDK folder to the project and add it.

Add the folder path of libAppLovinSdk.a to Target > Build Settings > Library Search Paths.

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

adapter/AppLovin/GNSAdapterAppLovinRewardVideoAd.h
adapter/AppLovin/GNSAdapterAppLovinRewardVideoAd.m
1
2

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

AdSupport.framework
AVFoundation.framework
CoreGraphics.framework
CoreMedia.framework
CoreTelephony.framework
StoreKit.framework (NEW)
SystemConfiguration.framework
UIKit.framework
WebKit.framework (OPTIONAL)
1
2
3
4
5
6
7
8
9

Applovin Adapter

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

rewardMediation/AppLovin/GNSAdapterAppLovinRewardVideoAd.h
rewardMediation/AppLovin/GNSAdapterAppLovinRewardVideoAd.m
1
2
Last Updated: 4/10/2019, 1:16:39 PM