FullscreenInterstitial Ad Integration ADNW Nend For iOS english - unigeniee/Geniee-iOS-SDK GitHub Wiki
Describe the implementation procedure to mediate Nend 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
- Currently Geniee Mediation SDK is working well with Nend SDK version 4.0.6
Add the following line to Podfile
pod 'NendSDK_iOS', '~> 5.0.2'
If you install with Cocoapods, introduction by this procedure is unnecessary.
Click here to see manual integration
- Extract FullscreenInterstitialAd-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
- Drag and drop the Nend SDK Adapter to the project and add it.
fullscreenMediation/Nend/GNSAdapterNendFullscreenInterstitialAd.h
fullscreenMediation/Nend/GNSAdapterNendFullscreenInterstitialAd.m