---
title: installingApps
framework: marketplacekit
role: symbol
role_heading: Instance Property
path: marketplacekit/applibrary/installingapps
---

# installingApps

The set of apps that are pending installation completion.

## Declaration

```swift
@MainActor final var installingApps: Set<AppLibrary.App> { get set }
```

## See Also

### Managing app installation

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