Installing the SDK Manually for iOS

Follow these steps to manually install the SDK for iOS:
  1. Download the current SDK version 2.63.0 for iOS using this link.
  2. Drag and drop the downloaded files into your project folder. Choose the
    Copy items into destination group's folder (if needed)
    option.
  3. Make sure that the frameworks are listed in the
    Link Binary With Library
    phase.
  4. Make sure that the Resource Bundle is listed in the
    Copy Bundle Resources
    phase.
  5. Add -ObjC to the Other Linker Flags of your build target. This step ensures that the categories within the SDK are also loaded at runtime.
  6. Continue with the additional steps listed in the Custom Installation instructions.