Skip to main content
Version: 4.38.0

Installation

Minimal Requirements

To work with SDK, you need the following:

  • Xcode 14.2 (14C18)
  • iOS 11.0
  • Swift 5.5
note

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)
caution

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

  1. Download the latest framework version - 4.38.0.

  2. Open the archive and copy Threads.xcframework to your project's directory.

  3. Move the copied Threads.xcframework to the Frameworks and Libraries section on the General tab in your project's target settings.

Installation via CocoaPods

  1. Open Podfile and add the following string:
pod 'Threads', '4.38.0'
  1. Launch the pod install command and wait for the framework to be downloaded.

  2. Open the project (the .xcworkspace file) in Xcode.

Installation via Swift Package Manager (SPM)

  1. Open the project in Xcode, then go to the Package Dependencies tab in the project settings.

  2. Click + in the Packages section.

  3. In the search bar, paste the path to the repository as follows:

https://github.com/edna-io/chatcenter-ios.git`
  1. Specify the connection for the current version and click Add package.