downloads
An array of download objects representing the downloadable content associated with the transaction.
Declaration
var downloads: [SKDownload] { get }Mentioned in
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.