Introduction
Ready to utilize the iOS SDK to integrate chat in your iOS native environment?
Overview
The iOS UIKit is a collection of Swift components crafted to help engineers build a feature-rich chat experience.
Installation
Cocoapods
This iOS SDK is accessible via Cocoapod as BotStacksChat
. Simple add to your podfile
use_frameworks!
target 'MyApp' do
pod 'BotStacksChat'
end
Swift package manager
dependencies: [
.package(url: "https://github.com/BotStacks/ios-sdk.git", .upToNextMajor(from: "1.0.1"))
]
Resources
Have any suggestions for us?
Come share your feedback and/or suggestions regarding the iOS SDK in our discord server.
Was this page helpful?