UnityAds introduction

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

Add the following line to Podfile

pod 'UnityAds', '~> 2.3.0'

Manual integration

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

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

UnityAds Adapter

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