Contents

Video decoder entitlement

Include an entitlement to indicate your extension is a MediaExtension video decoder.

Overview

MediaExtension video decoders must include a special entitlement key with a Boolean value set to true. To add the entitlement key in Xcode, follow these steps:

  1. Select the build target for your video decoder extension.

  2. Go to the Signing & Capabilities tab.

  3. Click + to add a new capability.

  4. Choose Media Extension Video Decoder from the list.

The entitlement key is com.apple.developer.mediaextension.videodecoder and it must have a Boolean value set to true. Using this entitlement requires a developer provisioning profile.

See Also

Video decoders