<!--
{
  "availability" : [
    "iOS: 6.0.0 - 16.0.0",
    "iPadOS: 6.0.0 - 16.0.0",
    "macCatalyst: 13.1.0 - 16.0.0",
    "macOS: 10.8.0 - 13.0.0",
    "tvOS: 9.0.0 - 16.0.0",
    "watchOS: 6.2.0 - 9.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKDownloadState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:@E@SKDownloadState"
  },
  "title" : "SKDownloadState"
}
-->

# SKDownloadState

The states that a download operation can be in.

```
@frozen enum SKDownloadState
```

## Topics

### Constants

[`SKDownloadStateWaiting`](/documentation/StoreKit/SKDownloadState/waiting)

Indicates that the download has not started yet.

[`SKDownloadStateActive`](/documentation/StoreKit/SKDownloadState/active)

Indicates that the content is currently being downloaded.

[`SKDownloadStatePaused`](/documentation/StoreKit/SKDownloadState/paused)

Indicates that your app paused the download.

[`SKDownloadStateFinished`](/documentation/StoreKit/SKDownloadState/finished)

Indicates that the content was successfully downloaded.

[`SKDownloadStateFailed`](/documentation/StoreKit/SKDownloadState/failed)

Indicates that an error occurred while the file was being downloaded.

[`SKDownloadStateCancelled`](/documentation/StoreKit/SKDownloadState/cancelled)

Indicates that your app canceled the download.

### Initializers

[`init(rawValue:)`](/documentation/StoreKit/SKDownloadState/init(rawValue:))

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

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)