Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kandy-io/kandy-cpaas-ios-sdk
- Owner: Kandy-IO
- License: other
- Created: 2019-04-29T06:00:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T15:41:21.000Z (over 2 years ago)
- Last Synced: 2024-03-15T05:44:52.724Z (10 months ago)
- Topics: documentation, ios, kandy, tutorial, webrtc
- Language: Objective-C
- Homepage:
- Size: 622 MB
- Stars: 7
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kandy CPaaS iOS SDK
## 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'
endpost_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)