---
title: installedMetadata
framework: marketplacekit
role: symbol
role_heading: Instance Property
path: marketplacekit/applibrary/app/installedmetadata
---

# installedMetadata

The app version and the account that’s installing the app

## Declaration

```swift
@MainActor final var installedMetadata: AppLibrary.App.Metadata? { get }
```

## See Also

### Inspecting an app’s version and account

- [AppLibrary.App.Metadata](marketplacekit/applibrary/app/metadata.md)
