Swiftpack.co - Kandy-IO/kandy-link-ios-sdk as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Kandy-IO.
Kandy-IO/kandy-link-ios-sdk 6.8.1
Kandy Link iOS SDK release repository
⭐️ 7
🕓 1 year ago
iOS
.package(url: "https://github.com/Kandy-IO/kandy-link-ios-sdk.git", from: "6.8.1")

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.

GitHub

link
Stars: 7
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

6.8.1
1 year ago

Fixed

  • Custom SIP headers return bug is fixing. KAE-1455

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics