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:
- Open the Build Settings
- Add in the Other Linker Flags row:
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
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.
- Open the Build Settings
- Add in the Other Linker Flags row:
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: