1. Install TIO Chat SDK
Last updated
Last updated
Make sure you have received SDK License from FTech, License is a base64
string.
License with match with your app bundleId
, environment (prod
or dev
) and platform
(iOS by default), so if you have a test environment, please request two licenses from FTech team
Any change in bundleId
or `environment`, FID will failed to init configs. And DO NOT use Android License for iOS
(SwiftPM) is a tool for managing the distribution of Swift code as well as C-family dependency. From Xcode 11, SwiftPM got natively integrated with Xcode.
FID SDK support SwiftPM from version 1.2.0. To use SwiftPM, you should use Xcode 11 to open your project. Click File
-> Swift Packages
-> Add Package Dependency
, enter
After select the package, you can choose the dependency type (tagged version, branch or commit). Then Xcode will setup all the stuff for you.