---
title: presentAgeExceptionApproveInPersonSheet()
framework: marketplacekit
role: symbol
role_heading: Instance Method
path: marketplacekit/applibrary/app/presentageexceptionapproveinpersonsheet()
---

# presentAgeExceptionApproveInPersonSheet()

Presents a sheet that enables a parent or guardian to approve age-exception requests.

## Declaration

```swift
@MainActor final func presentAgeExceptionApproveInPersonSheet() async throws
```

## Mentioned in

Providing age-rating appropriate content

## Discussion

Discussion Call this method when a person wants to display a sheet that enables a parent or guardian to review an installation exception request in person. For more information, see Providing age-rating appropriate content. The framework throws MarketplaceKitError.missingAgeRatingExceptionRequest if your app calls this method when there’s no age-rating exception requests for the app in the currentAgeExceptionRequests() list.
