<!--
{
  "availability" : [
    "iOS: 6.0.0 - 16.0.0",
    "iPadOS: 6.0.0 - 16.0.0",
    "macCatalyst: 13.1.0 - 16.0.0",
    "macOS: 10.8.0 - 13.0.0",
    "tvOS: 9.0.0 - 16.0.0",
    "watchOS: 6.2.0 - 9.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKPaymentTransactionObserver/paymentQueue(_:updatedDownloads:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:objc(pl)SKPaymentTransactionObserver(im)paymentQueue:updatedDownloads:"
  },
  "title" : "paymentQueue(_:updatedDownloads:)"
}
-->

# paymentQueue(_:updatedDownloads:)

Tells the observer that the payment queue has updated one or more download objects.

```
optional func paymentQueue(_ queue: SKPaymentQueue, updatedDownloads downloads: [SKDownload])
```

## Parameters

`queue`

The payment queue that updated the downloads.

`downloads`

The download objects that were updated.

## Discussion

When a download object is updated, its [`downloadState`](/documentation/StoreKit/SKDownload/downloadState) property describes how it changed.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)