---
title: ManagedAppView
framework: managedappdistribution
role: symbol
role_heading: Structure
path: managedappdistribution/managedappview
---

# ManagedAppView

A view that displays a managed app.

## Declaration

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

## Topics

### Creating a view

- [init(app:)](managedappdistribution/managedappview/init(app:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [View](swiftui/view.md)

## See Also

### View creation

- [ManagedContentView](managedappdistribution/managedcontentview.md)
- [ManagedContentOfferState](managedappdistribution/managedcontentofferstate.md)
- [ManagedContentStyle](managedappdistribution/managedcontentstyle.md)
