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

# isDownloadable

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

## Declaration

```swift
var isDownloadable: 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

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