Geniee Mediation Integration For iOS iAd english - Hiroaki-Shinoda/Geniee-iOS-SDK GitHub Wiki

iAd Ad Delivery

By using the iAd Adapter, you can deliver the iAd advertising from Geniee SDK.

Set up to Install

Introduction Geniee SDK to iAD adapter

  1. Install Geniee SDK
    Geniee SDK StartGuide

  2. Install Geniee SDK BannerAd
    Install Geniee SDK

  3. Setup iAd.framework
    Add iAd.framework to Xcode

Install iAd Ad Delivery

  1. Setting Geniee Ad Source
    Set AdSource to delivery Screen.iAd ads from the SSP dashboard.
    Write tag information in Ad Source.
    Input contents of Tag column:

    <!--geniee_sdk_tagtype_iad-->  
    
  2. Add GNAdMediationIAdAdapter Library
    Add project to libGNAdMediationIAdAdapter.a under libAdsMediation/GNAdMediation/iAd.
    Add link to project in accordance with this,「Build Phases」→「Link Binary With Libraries」.

  3. Select -ObjC to BuildSetting "Other Linker Flags"
    Add -ObjC to AppTarget's BuildSetting "Other Linker Flags".