KandyCPaaSMobileSDK 3.5.0

KandyCPaaSMobileSDK 3.5.0

Maintained by CPaaSSDK.



  • By
  • Name

Kandy CPaaS iOS SDK

Cocoapods platforms GitHub release (latest SemVer) Cocoapods

Install

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Kandy CPaaS iOS SDK into your Xcode project using CocoaPods, specify it in your 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

...

Manual

Alternatively Kandy CPaaS iOS SDK can be manually integrated to your project with the followed steps.

Documentation

The information about tutorials and documents can be found in the links below

Compatibility

Compatible iOS versions :

  • iOS 11.x+

Compatible XCode and Swift Versions :

  • XCode 13.2.x

  • Swift 5.2.x+

Tested on :

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

Known Issues

Xcode 13 and Xcode 13.1 may crash due to using Swift Concurrency. Apple Clang Compiler Known Issue