iOS configuration

Prev Next


The Xebo Native iOS SDK (xebompack_io) lets you collect survey responses directly inside your iOS app using a fully native UIKit bottom-sheet experience.


Here is how it works:

Embedding iOS SDK – iOS version

Prerequisites

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

  2. iOS 14.0+ or higher, Swift 5.5+ and Xcode 14+.

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 14.0

    platform :ios, '14.0'

  2. Add below dependencies in podfile

    pod 'xebompack.io', :git => 'https://github.com/Survey2Connect/Xebo-mobilesdk-ios.git', :tag => "1.7"
  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.7