<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVExperienceController/allowedExperiences",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "s:5AVKit22AVExperienceControllerC18allowedExperiencesAC0E0Vvp"
  },
  "title" : "allowedExperiences"
}
-->

# allowedExperiences

The set of experiences the app supports.

```
@MainActor final var allowedExperiences: AVExperienceController.Experiences { get set }
```

## Discussion

Use this to allow additional experiences like multiview, or to disable expanded. This list is the basis for [`availableExperiences`](/documentation/AVKit/AVExperienceController/availableExperiences), which filters out inapplicable experiences.

> Note: Because ``doc://com.apple.avkit/documentation/AVKit/AVExperienceController/Experience-swift.enum/embedded`` is the initial experience, and the one that the player returns to when others end, it’s a programming error to exclude it from this list.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)