<!--
{
  "availability" : [
    "iOS: 26.1.0 -",
    "iPadOS: 26.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "marketplacekit",
  "identifier" : "/documentation/MarketplaceKit/AppLibrary/App/presentAgeExceptionApproveInPersonSheet()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "MarketplaceKit"
    ],
    "preciseIdentifier" : "s:14MarketplaceKit10AppLibraryC0C0C39presentAgeExceptionApproveInPersonSheetyyYaKF"
  },
  "title" : "presentAgeExceptionApproveInPersonSheet()"
}
-->

# presentAgeExceptionApproveInPersonSheet()

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

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

## 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](/documentation/marketplacekit/providing-age-rating-appropriate-content).

The framework throws [`MarketplaceKitError.missingAgeRatingExceptionRequest`](/documentation/MarketplaceKit/MarketplaceKitError/missingAgeRatingExceptionRequest) if your app calls this method when there’s no age-rating exception requests for the app in the [`currentAgeExceptionRequests()`](/documentation/MarketplaceKit/AppLibrary/currentAgeExceptionRequests()) list.

---

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)