---
title: "requestAppInstallation(_:)"
framework: marketplacekit
role: symbol
role_heading: Instance Method
path: "marketplacekit/applibrary/requestappinstallation(_:)"
---

# requestAppInstallation(_:)

Requests the installation of the given app distribution package for the given account.

## Declaration

```swift
nonisolated final func requestAppInstallation(_ request: AppLibrary.InstallationRequest) async throws
```

## See Also

### Managing app installation

- [AppLibrary.App](marketplacekit/applibrary/app.md)
- [AppLibrary.InstallationRequest](marketplacekit/applibrary/installationrequest.md)
- [installingApps](marketplacekit/applibrary/installingapps.md)
- [isLoading](marketplacekit/applibrary/isloading.md)
- [requestAppInstallationFromBrowser(for:referrer:)](marketplacekit/applibrary/requestappinstallationfrombrowser(for:referrer:).md)
