<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKStoreProductViewControllerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:objc(pl)SKStoreProductViewControllerDelegate"
  },
  "title" : "SKStoreProductViewControllerDelegate"
}
-->

# SKStoreProductViewControllerDelegate

A protocol to call when the customer dismisses the store screen.

```
protocol SKStoreProductViewControllerDelegate : NSObjectProtocol
```

## Overview

Typically, this protocol is implemented by the view controller in your application that originally displayed the store screen.

## Topics

### Responding to a Dismiss Action

[`-  productViewControllerDidFinish:`](/documentation/StoreKit/SKStoreProductViewControllerDelegate/productViewControllerDidFinish(_:))

Called when the user dismisses the store screen.

## Relationships

### Inherits From

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

---

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)