Unblu iOS Mobile SDK v2
About
The Unblu iOS Mobile SDK serves as a way to integrate the Unblu platform into native iOS apps.
Requirements
- Unblu Collaboration Server 5.24+
- iOS 10.0+
Dependencies
- OpenTok/Vonage
- Firebase
Unblu requires the OpenTok/Vonage iOS SDK for calls, and the Firebase iOS SDK for notifications.
Install these dependencies in your Xcode project using Cocoapods:
pod 'OpenTok', '~> 2.16'
pod 'Firebase/Core', '~> 6.7'
pod 'Firebase/Messaging'
Known Issues
UIDocumentInteractionControllerwill not work with Unblu co-browsing. This is becauseUIDocumentInteractionControlleris an instance ofQLPreviewControllerand is actually rendered in a completely separate app with a separate process. It is therefore impossible for us to render any content displayed usingUIDocumentInteractionControlleras part of co-browsing.
Reference