Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kandy-io/kandy-anonymous-ios-sdk
Kandy Anonymous iOS SDK release repository
https://github.com/kandy-io/kandy-anonymous-ios-sdk
documentation ios kandy tutorial webrtc
Last synced: about 1 month ago
JSON representation
Kandy Anonymous iOS SDK release repository
- Host: GitHub
- URL: https://github.com/kandy-io/kandy-anonymous-ios-sdk
- Owner: Kandy-IO
- License: other
- Created: 2019-04-29T08:08:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T13:52:43.000Z (about 2 years ago)
- Last Synced: 2024-10-31T16:30:30.304Z (about 2 months ago)
- Topics: documentation, ios, kandy, tutorial, webrtc
- Language: Objective-C
- Homepage:
- Size: 373 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kandy Link Anonymous iOS SDK
## Install
### CocoaPods
[CocoaPods](https://cocoapods.org/pods/KandyLinkMobileSDKAnonymous) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate *Kandy Link Anonymous iOS SDK* into your Xcode project using CocoaPods, specify it in your `Podfile`:
```ruby
...
use_frameworks!target 'YOUR_TARGET_NAME' do
pod 'KandyLinkMobileSDKAnonymous', '~> 6.8.1'
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...
```#### Swift Package Manager
1. File > Add Package Dependency
2. Add https://github.com/Kandy-IO/kandy-anonymous-ios-sdk.git
3. Select "Branch" with "master"### Manual
Alternatively *Kandy Link Anonymous iOS SDK* can be manually integrated to your project with the [followed steps](https://kandy-io.github.io/kandy-link-ios-sdk/tutorials/#/?id=manual-installation-after-v5170).
## Documentation
The information about tutorials and documents can be found in the links below
* Documents: [API Docs](https://kandy-io.github.io/kandy-anonymous-ios-sdk/docs)
* Tutorials: Choose your configuration ( [Kandy-US](https://kandy-io.github.io/kandy-anonymous-ios-sdk/tutorials/?SUBSCRIPTIONFQDN=webrtc-na.kandy.io&WEBSOCKETFQDN=webrtc-na.kandy.io&ICESERVER1=turn-na-1.kandy.io&ICESERVER2=turn-na-2.kandy.io) | [Kandy-EMEA](https://kandy-io.github.io/kandy-anonymous-ios-sdk/tutorials/?SUBSCRIPTIONFQDN=webrtc-em.kandy.io&WEBSOCKETFQDN=webrtc-em.kandy.io&ICESERVER1=turn-em-1.kandy.io&ICESERVER2=turn-em-2.kandy.io) | [Kandy-UAE](https://kandy-io.github.io/kandy-anonymous-ios-sdk/tutorials/?SUBSCRIPTIONFQDN=ct-webrtc.etisalat.ae&WEBSOCKETFQDN=ct-webrtc.etisalat.ae&ICESERVER1=ct-turn1.etisalat.ae&ICESERVER2=ct-turn2.etisalat.ae) )
## 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.