---
title: ManagedApp
framework: managedappdistribution
role: symbol
role_heading: Structure
path: managedappdistribution/managedapp
---

# ManagedApp

A representation of a managed app.

## Declaration

```swift
struct ManagedApp
```

## Mentioned in

Fetching and displaying managed apps

## Overview

Overview ManagedApp represents a managed app that the framework can install. Use an instance of this object to obtain information about the app.

## Topics

### Obtaining general information

- [name](managedappdistribution/managedapp/name.md)
- [subtitle](managedappdistribution/managedapp/subtitle.md)
- [description](managedappdistribution/managedapp/description.md)
- [fileSize](managedappdistribution/managedapp/filesize.md)
- [iconURL(fitting:)](managedappdistribution/managedapp/iconurl(fitting:).md)
- [screenshotURLs(fitting:)](managedappdistribution/managedapp/screenshoturls(fitting:).md)

### Obtaining platform and requirement information

- [platform](managedappdistribution/managedapp/platform-swift.property.md)
- [requirements](managedappdistribution/managedapp/requirements.md)
- [ManagedApp.Platform](managedappdistribution/managedapp/platform-swift.struct.md)

### Obtaining supported languages

- [languages](managedappdistribution/managedapp/languages.md)
- [metadataLanguage](managedappdistribution/managedapp/metadatalanguage.md)

### Obtaining seller information

- [seller](managedappdistribution/managedapp/seller.md)
- [developerWebsite](managedappdistribution/managedapp/developerwebsite.md)

### Obtaining rating information

- [genres](managedappdistribution/managedapp/genres.md)
- [contentRating](managedappdistribution/managedapp/contentrating.md)

### Obtaining privacy and copyright information

- [privacyPolicy](managedappdistribution/managedapp/privacypolicy.md)
- [copyright](managedappdistribution/managedapp/copyright.md)
- [licenseAgreement](managedappdistribution/managedapp/licenseagreement.md)

### Obtaining version information

- [version](managedappdistribution/managedapp/version.md)
- [releaseNotes](managedappdistribution/managedapp/releasenotes.md)
- [releaseDate](managedappdistribution/managedapp/releasedate.md)

### Instance Properties

- [licenseAgreementText](managedappdistribution/managedapp/licenseagreementtext.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Identifiable](swift/identifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Essentials

- [Fetching and displaying managed apps](managedappdistribution/fetching-and-displaying-managed-apps.md)
- [ManagedAppLibrary](managedappdistribution/managedapplibrary.md)
