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 "iOS/Geniee-iOS-SDK-v.X.X.X.zip","iOS/RewardVideo-Adnws-SDK.zip" from the link below.


Import the framework into the project.

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

  • GNAdSDK.framework

Please add by dragging and dropping the framework of the ad network to be introduced into the Frameworks folder.
  • applovin(Add 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.(In Geniee-iOS-SDK-v.X.X.X -> GenieeAdsSDK -> libs)

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

3. Target> Build Settings

Other Linker Flags

Please add the following.

  • -lxml2
  • -fobjc-arc

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

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

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, 4:39:55 PM