<!--
{
  "availability" : [
    "iOS: 17.2.0 -",
    "iPadOS: 17.2.0 -",
    "macOS: 26.4.0 -",
    "visionOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "managedappdistribution",
  "identifier" : "/documentation/ManagedAppDistribution/ManagedAppView",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ManagedAppDistribution",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:31_ManagedAppDistribution_SwiftUI0aB4ViewV"
  },
  "title" : "ManagedAppView"
}
-->

# ManagedAppView

A view that displays a managed app.

```
@MainActor @preconcurrency struct ManagedAppView
```

## Topics

### Creating a view

[`init(app: ManagedApp)`](/documentation/ManagedAppDistribution/ManagedAppView/init(app:))

Create a managed app view from a managed app.

### Getting the properties

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`View`](/documentation/SwiftUI/View)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)