---
title: downloads
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/skpaymenttransaction/downloads
---

# downloads

An array of download objects representing the downloadable content associated with the transaction.

## Declaration

```swift
var downloads: [SKDownload] { get }
```

## Mentioned in

Unlocking purchased content

## Discussion

Discussion The contents of this property are undefined except when transactionState is set to SKPaymentTransactionState.purchased. The SKDownload objects stored in this property must be used to download the transaction’s content before the transaction is finished. After the transaction is finished, the download objects are no longer queueable.
