KandyLinkMobileSDK 6.8.1

KandyLinkMobileSDK 6.8.1

Maintained by CPaaSSDK.



  • By
  • Name

Kandy Link 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 Link iOS SDK into your Xcode project using CocoaPods, specify it in your 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. File > Swift Packages > Add Package Dependency
  2. Add https://github.com/Kandy-IO/kandy-link-ios-sdk.git
  3. Select "Branch" with "master"

Manual

Alternatively Kandy Link 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 Versions :

  • XCode 13.x+

Compatible KandyLink Server versions :

  • Kandy Link 4.8.1

  • Kandy Link 4.9

Tested on :

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

Known Issues

  • Build issues on systems using Apple Silicon M1 chip.