---
title: "presentSettings(for:scenePersistentIdentifier:)"
framework: accessorynotifications
role: symbol
role_heading: Instance Method
path: "accessorynotifications/accessorynotificationcenter/presentsettings(for:scenepersistentidentifier:)"
---

# presentSettings(for:scenePersistentIdentifier:)

Presents notification forwarding settings for an accessory.

## Declaration

```swift
func presentSettings(for accessory: ASAccessory, scenePersistentIdentifier: String? = nil) async throws -> ForwardingDecision
```

## Parameters

- `accessory`: The accessory for which to present settings.
- `scenePersistentIdentifier`: The persistent identifier of the specific UISceneSession from the target app associated with the presentation, if available.
