iOS configuration

Prev Next

Here is how it works:

Embedding Xebo.ai Mobile SDK – iOS version

Prerequisites

  1. Make sure to have the iOS development environment on the system.

  2. iOS 13.0 or higher

The SDK can be added via pods or SPM.

Add as POD

Make the below changes in pod file present in project folder.

  1. Minimum platform version as 13.0

    platform :ios, '13.0'

  2. Add below dependencies in podfile

    pod 'xebompack.io', :git => 'https://github.com/Survey2Connect/Xebo-mobilesdk-ios.git', :tag => "1.1"
  3. Then do ‘pod install’

Add as SPM

  1. Click the “+” button in the Package Dependencies section of your project settings.

  2. Enter the URL: https://github.com/Survey2Connect/Xebo-mobilesdk-ios

  3. Choose the Dependency Rule

  4. Select Exact Version as the dependency rule.

  5. Enter the version: 1.1