Skip to content

Set up an App Group

panzh edited this page Apr 23, 2018 · 4 revisions

For the screen share feature, SDK consumes screen frame buffer coming from the iOS Broadcast Upload Extension. The only way to share data between your app and app extensions is using app group container. To enable App Group in Xcode:

  1. Select your project file in Xcode.
  2. Open Capabilities tab in project target page.
  3. Enable App Group capability and give it a name for the app and for any extensions.

App Group Example

This Apple Programming Guide describes how it works and how to use app group to shares your data.

Clone this wiki locally