KandyLinkMobileSDK 6.8.1

KandyLinkMobileSDK 6.8.1

CPaaSSDK 维护。



  • 作者:
  • 姓名

Kandy Link iOS SDK

Cocoapods platforms GitHub release (latest SemVer) Cocoapods

安装

CocoaPods

CocoaPods 是 Cocoa 项目的依赖管理器。有关使用和安装说明,请访问他们的网站。要使用 CocoaPods 将 Kandy Link iOS SDK 集成到 Xcode 项目中,请在 Podfile 中指定它。

...
use_frameworks!

target 'YOUR_TARGET_NAME' do
    pod 'KandyLinkMobileSDK', '~> 6.8.1'
end

post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['ENABLE_BITCODE'] = 'NO'
    end
  end
end

...

Swift Package Manager

  1. 文件 > Swift 包 > 添加包依赖
  2. 添加 https://github.com/Kandy-IO/kandy-link-ios-sdk.git
  3. 选择 "分支" 为 "master"

手册

或者,也可以使用以下步骤手动集成Kandy Link iOS SDK到您的项目中。

文档

教程和文档的信息可以在以下链接中找到

兼容性

兼容的iOS版本

  • iOS 11.x+

兼容的XCode版本

  • XCode 13.x+

兼容的KandyLink服务器版本

  • Kandy Link 4.8.1

  • Kandy Link 4.9

测试于

  • iPhone 6S, 7, 7+, 8, X, 11, 11 Pro, iPad mini, 和 iPad Air

已知问题

  • 使用Apple Silicon M1芯片的系统上构建问题。