CocoaPods

  1. Add the SDK to your project via CocoaPods by adding the following line to your Podfile. pod `VouchrSDK`
  2. Navigate to your project directory in Terminal and run: pod install

Note: Your Xcode project must be opened using the .xcworkspace file, not the .xcodeproj file.

Manual

  1. Download the VouchrSDK Framework from GitHub

  2. Add the Framework to your project’s Frameworks and add it as an Embedded Binary embedded binary

  3. If using Swift, create (if not already created) a bridging header and include #import "VouchrSDK/VouchrSDK.h". bridging header

    If using Objective-C, import the framework where you need to use it:

    #import <VouchrSDK/VouchrSDK.h>