Drag & Drop

First, download the latest SDK here.

Then drag and drop XAPP.framework to your project, selecting ‘Copy if needed’ to make sure it creates a copy and not a reference.

For your build target, make sure the XAPP.framework is included under ‘Link Binary With Libraries’ on the ‘Build Phrases’ tab and also add the following dynamic library dependencies:

  • Accelerate.framework
  • AdSupport.framework
  • AudioToolbox.framework
  • AVFoundation.framework
  • CFNetwork.framework
  • CoreMotion.framework
  • CoreTelephony.framework
  • MediaPlayer.framework
  • MobileCoreServices.framework
  • QuartzCore.framework
  • Security.framework
  • SystemConfiguration.framework

CocoaPods

CocoaPods is a dependency manager for iOS, see their getting started on how to install and use.

In your podfile, add the following dependency:

pod 'XAPP'

then update:

pod update

Carthage - Coming Soon

We are excited about Carthage but unfortunately cannot provide support for this as a distribution method yet. Carthage only supports dynamic frameworks, which is only iOS 8.0 and up however we still support iOS 7. We will make the transition to a dynamic framework when we drop iOS 7, which will be when iOS 10 is released.