Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kandy-io/kandy-cpaas-ios-sdk

Kandy CPaaS iOS SDK release repository
https://github.com/kandy-io/kandy-cpaas-ios-sdk

documentation ios kandy tutorial webrtc

Last synced: about 1 month ago
JSON representation

Kandy CPaaS iOS SDK release repository

Awesome Lists containing this project

README

        

# Kandy CPaaS iOS SDK


Cocoapods platforms
GitHub release (latest SemVer)
Cocoapods

## Install

### CocoaPods

[CocoaPods](https://cocoapods.org/pods/KandyCPaaSMobileSDK) 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`:

```ruby
...

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](https://kandy-io.github.io/kandy-cpaas-ios-sdk/tutorials/#/GetStarted?id=manual-installation-after-v2170).

## Documentation

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

* Documents: [API Docs](https://kandy-io.github.io/kandy-cpaas-ios-sdk/docs)

* Tutorials: [User Guide](https://kandy-io.github.io/kandy-cpaas-ios-sdk/tutorials)

## 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](https://developer.apple.com/documentation/xcode-release-notes/xcode-13_2-release-notes)