---
title: restrictedIntentsNotSupportedByExtension
framework: intents
role: symbol
role_heading: Type Property
path: intents/inintenterror/restrictedintentsnotsupportedbyextension
---

# restrictedIntentsNotSupportedByExtension

## restrictedIntentsNotSupportedByExtension

restrictedIntentsNotSupportedByExtension Type Property of INIntentError An intent was listed in the `IntentsRestrictedWhileLocked` key of the app’s `Info.plist`, but not in the `IntentsSupported` key.

``` static var restrictedIntentsNotSupportedByExtension: INIntentError.Code { get } ```

Discussion

All intents in the `IntentsRestrictedWhileLocked` key must also be present in the `IntentsSupported` key.
