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-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

Awesome Lists containing this project

README

        

# Kandy Link Anonymous iOS SDK


Cocoapods platforms
GitHub release (latest SemVer)
Cocoapods

## 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'
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 > 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.