<!--
{
  "availability" : [
    "iOS: 13.0.0 - 18.0.0",
    "iPadOS: 13.0.0 - 18.0.0",
    "macCatalyst: 13.1.0 - 18.0.0",
    "macOS: 10.15.0 - 15.0.0",
    "tvOS: 13.0.0 - 18.0.0",
    "visionOS: 1.0.0 - 2.0.0",
    "watchOS: 6.2.0 - 11.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKPaymentQueueDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:objc(pl)SKPaymentQueueDelegate"
  },
  "title" : "SKPaymentQueueDelegate"
}
-->

# SKPaymentQueueDelegate

The protocol that provides information needed to complete transactions.

```
protocol SKPaymentQueueDelegate : NSObjectProtocol
```

## Overview

This protocol includes a method that lets your app determine whether to continue a transaction if the customer’s App Store storefront changes.

## Topics

### Continuing transactions

[`paymentQueue(_:shouldContinue:in:)`](/documentation/StoreKit/SKPaymentQueueDelegate/paymentQueue(_:shouldContinue:in:))

Asks the delegate whether to continue the transaction if the device’s App Store storefront changes during a transaction.

### Showing price consent

[`paymentQueueShouldShowPriceConsent(_:)`](/documentation/StoreKit/SKPaymentQueueDelegate/paymentQueueShouldShowPriceConsent(_:))

Asks the delegate whether to immediately display a price consent sheet.



---

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)