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

# SKProductsRequestDelegate

A set of methods the delegate implements so it receives the product information your app requests.

```
protocol SKProductsRequestDelegate : SKRequestDelegate
```

## Overview

The [`SKProductsRequestDelegate`](/documentation/StoreKit/SKProductsRequestDelegate) protocol declares methods that are implemented by the delegate of an [`SKProductsRequest`](/documentation/StoreKit/SKProductsRequest) object. The delegate receives the product information that the product request referred to. Your app uses this information when presenting products to users in its in-app store.

> Warning:
> Responses received by the `SKProductsRequestDelegate` may not be returned on a specific thread. If you make assumptions about which queue will handle delegate responses, you may encounter unintended performance and compatibility issues in the future.

## Topics

### Receiving the Response

[`-  productsRequest:didReceiveResponse:`](/documentation/StoreKit/SKProductsRequestDelegate/productsRequest(_:didReceive:))

Accepts the App Store response that contains the app-requested product information.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`SKRequestDelegate`](/documentation/StoreKit/SKRequestDelegate)

---

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)