Configuring for iOS

Installing with Modules

Follow the instructions below to install with modules.

Adding the Linker Flags With Modules

Add the -ObjC linker flag to your project.

To do this:

  1. Open the Build Settings
  2. Add in the Other Linker Flags row:

    07acf1a-manuallyinstalling3.gif

Adding the Other Linker Flags Row

Warning

You must initialize the SDK on app start for accurate DAU calculations.

Installing Without Modules

Follow the instructions below to install without modules.

Linking Your Frameworks Without Modules

Link your project with the following frameworks:

  • AdSupport.framework
  • CoreGraphics.framework
  • CoreLocation.framework
  • CoreTelephony.framework
  • MediaPlayer.framework
  • QuartzCore.framework
  • StoreKit.framework
  • SystemConfiguration.framework
  • UIKit.framework
  • CFNetwork.framework

110de7b-manuallyinstalling2.gif

Manually Installing

Confused about what these frameworks are used for? Learn more here.

Adding the Linker Flags

Add the -ObjC linker flag to your project.

  1. Open the Build Settings
  2. Add in the Other Linker Flags row:

    07acf1a-manuallyinstalling3__1_.gif

Manually Installing Other Linker Flags

Warning

You must initialize the SDK on app start for accurate DAU calculations.

Validating the Workspace

To validate the workspace follow these steps:

  1. Go to Build Settings
  2. Set the option Validate Workspace to Yes

Back to Top ⇧