<!--
{
  "availability" : [
    "iOS: 6.0.0 - 12.0.0",
    "iPadOS: 6.0.0 - 12.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "tvOS: 9.0.0 - 12.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKDownload/downloadState",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SKDownload(py)downloadState"
  },
  "title" : "downloadState"
}
-->

# downloadState

The current state of the download object.

```
var downloadState: SKDownloadState { get }
```

## Discussion

After you queue a download object, the payment queue object calls your transaction observer when the state of the download object changes. Your transaction observer should read the [`downloadState`](/documentation/StoreKit/SKDownload/downloadState) property and use it to determine how to proceed. For more information on the different states, see [`SKDownloadState`](/documentation/StoreKit/SKDownloadState).

---

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)