---
title: "scene(_:willPerformAppIntent:)"
framework: appintents
role: symbol
role_heading: Instance Method
path: "appintents/appintentscenedelegate/scene(_:willperformappintent:)"
---

# scene(_:willPerformAppIntent:)

Calling perform on the AppIntent provided in this delegate is a programmer error See: UIScene.ConnectionOptions.appIntent

## Declaration

```swift
func scene(_ scene: UIScene, willPerformAppIntent appIntent: any UISceneAppIntent)
```
