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
Make sure to have the iOS development environment on the system.
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.
Minimum platform version as 14.0
platform :ios, '14.0'
Add below dependencies in podfile
pod 'xebompack.io', :git => 'https://github.com/Survey2Connect/Xebo-mobilesdk-ios.git', :tag => "1.7"Then do ‘pod install’
Add as SPM
Click the “+” button in the Package Dependencies section of your project settings.
Enter the URL: https://github.com/Survey2Connect/Xebo-mobilesdk-ios
Choose the Dependency Rule
Select Exact Version as the dependency rule.
Enter the version: 1.7