KandyCPaaSMobileSDK 3.5.0

KandyCPaaSMobileSDK 3.5.0

CPaaSSDK维护。



  • 名称

Kandy CPaaS iOS SDK

Cocoapods platforms GitHub release (latest SemVer) Cocoapods

安装

CocoaPods

CocoaPods是一个Cocoa项目的依赖管理器。有关使用和安装说明,请访问其网站。要使用CocoaPods将Kandy CPaaS iOS SDK集成到您的Xcode项目中,请在其中指定它,如Podfile中所示

...

target 'YOUR_TARGET_NAME' do
    pod 'KandyCPaaSMobileSDK', '~> 3.3.0'
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

...

手册

或者,您可以使用以下步骤手动将Kandy CPaaS iOS SDK集成到您的项目中:点击此处

文档

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

兼容性

兼容的 iOS 版本

  • iOS 11.x+

兼容的 XCode 和 Swift 版本

  • XCode 13.2.x

  • Swift 5.2.x+

测试平台

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

已知问题

Xcode 13 和 Xcode 13.1 可能会因为使用 Swift 并发而崩溃。Apple Clang 编译器已知问题