Blitzz Help Center

iOS SDK Installation Guide


Repository:

GitHub: https://github.com/Blitzz-Inc/blitzz-cobrowse-ios-sdk

CocoaPods: https://cocoapods.org/pods/BlitzzCobrowseSDK


Installation Methods:

1. Swift Package Manager (SPM):

Open your Xcode project.

Go to File > Add Packages...

Enter the GitHub URL:

https://github.com/Blitzz-Inc/blitzz-cobrowse-ios-sdk

Select the latest version and add it to your app target.


2. CocoaPods:

Add the following line to your Podfile:

pod 'BlitzzCobrowseSDK'

Then run:

pod install




3. Carthage:

Add to Cartfile:
binary "https://raw.githubusercontent.com/Blitzz-Inc/blitzz-cobrowse-ios-sdk/main/blitzz-cobrowse-ios-sdk.json" ~> 1.0

Run:
carthage update --use-xcframeworks

Link the generated BlitzzCobrowseSDK.xcframework in their Xcode project (from Carthage/Build).



4. Manual Integration:

Clone or download the repository and drag the xcframework into your Xcode project.


SDK Initialization

Use the following code to initialize the SDK:

import BlitzzCobrowseSDK

...

let config = CoBrowseConfig(licenseKey: "Your license key")

BlitzzCobrowse.initialize(config: config)



Requirements

iOS 15 or later

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.