-
Notifications
You must be signed in to change notification settings - Fork 15
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:
- Select your project file in Xcode.
- Open Capabilities tab in project target page.
- Enable App Group capability and give it a name for the app and for any extensions.
This Apple Programming Guide describes how it works and how to use app group to shares your data.