English | 简体中文
IM SDK Type | Introduction | Download Links |
---|---|---|
Objective-C Edition | Support Objective-C API | ImSDK_Plus.framework |
XCFramework Edition | Support Objective-C API and Mac catalyst | ImSDK_Plus.xcframework |
Swift Edition | Support Swift API and Mac catalyst | ImSDK_Plus_Swift.xcframework |
IM SDK Plugin Type | Introduction | Download Links |
---|---|---|
Quic Plugin | Providing axp-quic multiplex transmission protocol to enhance network performance | TIMQuicPlugin.framework |
Add the dependency to your Podfile.
platform :ios, '8.0'
source 'https://github.com/CocoaPods/Specs.git'
target 'App' do
# Add the IM SDK
pod 'TXIMSDK_Plus_iOS'
# pod 'TXIMSDK_Plus_iOS_XCFramework'
# pod 'TXIMSDK_Plus_Swift_iOS_XCFramework'
# If you need to add the Quic plugin, please uncomment the next line.
# Note:
# - This plugin must be used with the TXIMSDK_Plus_iOS or TXIMSDK_Plus_iOS_XCFramework edition of the IM SDK, and the plugin version number must match the IM SDK version number.
# - For the TXIMSDK_Plus_Swift_iOS_XCFramework edition, there is no need to add this plugin. If you need to use the Quic feature in this edition, please contact us.
# pod 'TXIMSDK_Plus_QuicPlugin'
end
If you need to use the Quic feature in the Swift version of the IMSDK, please contact us.
If you need more detailed integration guidance, please refer to the complete integration documentation.
In addition, we also provide SDKs for the C and C++ API, which you can download from here,Download C API Edition, Download C++ API Edition.