kandy-link-ios-sdk

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 :

Compatible XCode Versions :

Compatible KandyLink Server versions :

Tested on :

Known Issues