---
title: downloadable
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/skproduct/downloadable
---

# downloadable

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

## Declaration

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

## Discussion

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 true if at least one file has been associated with the product.

## See Also

### Getting Downloadable Content Information

- [isDownloadable](storekit/skproduct/isdownloadable.md)
- [downloadContentLengths](storekit/skproduct/downloadcontentlengths.md)
- [downloadContentVersion](storekit/skproduct/downloadcontentversion.md)
