Manual installation manual

Please follow the procedure below to create it.

  1. Added framework
  2. Addition of Libraries
  3. Target> Build Settings
  4. Target> Build Phases> Link Binary With Libraries setting

1. Added framework

Please download the library file from the link below.
Geniee-iOS-SDK
GNAdGoogleMediationAdapter
When to use interstitials via Geniee mediation
・FullscreenInterstitial-Adnws-SDK.zip : Please contact your sales representative.

Import the framework into the project.
Please drag and drop the following framework into the Frameworks folder.

  • GNAdSDK.framework
  • GNAdGoogleMediationAdapter.framework

Remove GNAdGoogleMediationAdapter.framework in General's Linked Frameworks and Libraries and add it to Embedded Binaries.

Perform this item only for interstitial

Please add by dragging and dropping the framework of the ad network to be introduced into the Frameworks folder.

  • applovin(dd folder)
  • Nend.framework
  • Maio.framework
  • ZucksSDK.framework
  • Tapjoy.embeddedframework
  • UnityAds.framework
  • VungleSDK.framework
  • ImobileSdkAds.framework

2. Add Libraries

Please add the following to the Libraries folder.(GNAdSDK -> libs)

  • Reachability.h
  • Reachability.m
  • KissXML (Add folder)

3. Target> Build Settings

Other Linker Flags

Please add the following.

  • -lxml2
  • -fobjc-arc
Perform this item only for interstitial

AppLovin to use, also add the following

  • -ObjC

Header Search Paths

Please add the following.

  • ${SDKROOT}/usr/include/libxml2

Library Search Paths

Please add the following.

  • $(SRCROOT)/Libraries
Perform this item only for interstitial

AppLovin to use, also add the following

Please add the path to applovin according to the place you added. Below is an example.

  • $(PROJECT_DIR)/applovin

Enable Modules(C and Objective-C)

Please set it to YES.

Please add the following.

  • AdSupport.framework
  • AudioToolbox.framework
  • AVFoundation.framework
  • CoreFoundation.framework
  • CoreGraphics.framework
  • CoreLocation.framework
  • CoreMedia.framework
  • CoreTelephony.framework
  • Foundation.framework
  • libxml2.2.tbd
  • MessageUI.framework
  • QuartzCore.framework
  • SystemConfiguration.framework
  • UIkit.framework
Perform this item only for interstitial

Please add the following according to the ad network to be introduced.

AppLovin

  • StoreKit.framework
  • WebKit.framework (Set to Optional)

Nend

  • AdSupport.framework
  • Security.framework
  • ImageIO.framework
  • AVFoundation.framework
  • CoreMedia.framework
  • SystemConfiguration.framework
  • WebKit.framework
  • CoreLocation.framework
  • CoreMotion.framework
  • CoreTelephony.framework

Vungle

  • CFNetwork.frameworkk
  • libz.dylib or libz.tbd
  • libsqlite3.dylib or libsqlite3.tbd
  • MediaPlayer.frameworkk
  • StoreKit.framework
  • WebKit.framework (Set to Optional)
Last Updated: 7/21/2020, 6:51:48 PM