Installation
Minimal Requirements
To work with SDK, you need the following:
- Xcode 14.2 (14C18)
- iOS 11.0
- Swift 5.5
Work on new versions of iOS and Xcode is not guaranteed until their GM version appears, and SDK versions with their support are published.
Recommended server versions:
- Backend ednaChatCenter version 5.16.0
- Datastore ednaChatCenter version 16 (history version v16)
We do not quarantee operability with versions below the recommended ones.
The Threads
framework is being distributed as dynamic .xcframework and can be installed as follows:
Installation Methods
Manual Installation
Download the latest framework version - 4.38.0.
Open the archive and copy Threads.xcframework to your project's directory.
Move the copied Threads.xcframework to the
Frameworks and Libraries
section on theGeneral
tab in your project's target settings.
Installation via CocoaPods
- Open Podfile and add the following string:
pod 'Threads', '4.38.0'
Launch the
pod install
command and wait for the framework to be downloaded.Open the project (the .xcworkspace file) in Xcode.
Installation via Swift Package Manager (SPM)
Open the project in Xcode, then go to the Package Dependencies tab in the project settings.
Click + in the Packages section.
In the search bar, paste the path to the repository as follows:
https://github.com/edna-io/chatcenter-ios.git`
- Specify the connection for the current version and click
Add package
.