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

  • UIDocumentInteractionController will not work with Unblu co-browsing. This is because UIDocumentInteractionController is an instance of QLPreviewController and is actually rendered in a completely separate app with a separate process. It is therefore impossible for us to render any content displayed using UIDocumentInteractionController as part of co-browsing.