<!--
{
  "availability" : [
    "iOS: 17.2.0 -",
    "iPadOS: 17.2.0 -",
    "macOS: 26.4.0 -",
    "visionOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "managedappdistribution",
  "identifier" : "/documentation/ManagedAppDistribution/ManagedContentOfferState/installing(progress:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "ManagedAppDistribution",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:31_ManagedAppDistribution_SwiftUI0A17ContentOfferStateV10installing8progressACSdSg_tFZ"
  },
  "title" : "installing(progress:)"
}
-->

# installing(progress:)

A state indicating install progress.

```
static func installing(progress: Double?) -> ManagedContentOfferState
```

## Parameters

`progress`

The progress of the install from `0.0` to `1.0`. `nil` represents indeterminate progress.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)