---
title: "resume(_:)"
framework: storekit
role: symbol
role_heading: Instance Method
path: "storekit/skpaymentqueue/resume(_:)"
---

# resume(_:)

Resumes a set of downloads.

## Declaration

```swift
func resume(_ downloads: [SKDownload])
```

## Parameters

- `downloads`: An array of doc://com.apple.storekit/documentation/StoreKit/SKDownload objects to resume.

## Mentioned in

Unlocking purchased content

## See Also

### Downloading Content

- [start(_:)](storekit/skpaymentqueue/start(_:).md)
- [cancel(_:)](storekit/skpaymentqueue/cancel(_:).md)
- [pause(_:)](storekit/skpaymentqueue/pause(_:).md)
