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

# downloadContentVersion

A string that identifies which version of the content is available for download.

## Declaration

```swift
var downloadContentVersion: String { get }
```

## Discussion

Discussion The version string is formatted as a series of integers separated by periods.

## See Also

### Getting Downloadable Content Information

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