<!--
{
  "availability" : [
    "macOS: 10.8.0 - 10.15.0"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKProduct/downloadable",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SKProduct(py)downloadable"
  },
  "title" : "downloadable"
}
-->

# downloadable

A Boolean value that indicates whether the App Store has downloadable content for this product.

```
var downloadable: Bool { get }
```

## Discussion

You can associate a set of data files with the App Store Connect record you created for a product. The value of this property is <doc://com.apple.documentation/documentation/Swift/true> if at least one file has been associated with the product.

---

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)