Nend introduction

Describe the implementation procedure to mediate Nend with RewardVideo 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 Nend SDK version 5.0.2

Add the following line to Podfile

pod 'NendSDK_iOS', '~> 5.0.2'

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 NendAd.embeddedframework folder to the project and add it.
  • Add the path of the folder of NendAd.framework to Target > Build Settings > Framework Search Paths.
  • Add the following necessary frameworks to Build Phases > Link Binary With Libraries.
AdSupport.framework
Security.framework
ImageIO.framework
AVFoundation.framework
CoreMedia.framework
SystemConfiguration.framework
WebKit.framework 
CoreLocation.framework
CoreMotion.framework
CoreTelephony.framework
1
2
3
4
5
6
7
8
9
10

Nend Adapter

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