<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "marketplacekit",
  "identifier" : "/documentation/MarketplaceKit/MarketplaceSceneDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "MarketplaceKit",
      "UIKit"
    ],
    "preciseIdentifier" : "s:21_MarketplaceKit_UIKit0A13SceneDelegateP"
  },
  "title" : "MarketplaceSceneDelegate"
}
-->

# MarketplaceSceneDelegate

A delegate that handles deep link requests into your marketplace app.

```
protocol MarketplaceSceneDelegate
```

## Overview

The operating system calls your app’s scene delegate to launch your app to a specific screen, such as a search result or specific app page. The display option argument determines the specific screen.

## Topics

### Instance Methods

[`func scene(UIWindowScene, askedToDisplay: MarketplaceDisplayOption)`](/documentation/MarketplaceKit/MarketplaceSceneDelegate/scene(_:askedToDisplay:))

---

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)