Skip to content

How to add Insight Mobile (iOS) SDK to your project

Add the SDK using CocoaPods

  1. Copy the SDK directory to your project (at the same level as your Podfile).
  2. Add a Pod 'ConnectSDK', :path => 'ConnectSDK' to your Podfile.
  3. Run pod install.

Add the SDK manually

  • From the ConnectSDK directory, drag the ConnectSDK.xcframework to the Embedded Binaries section of the Xcode’s General tab.

AddSDK