Contents

presentAgeExceptionApproveInPersonSheet()

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

Declaration

@MainActor final func presentAgeExceptionApproveInPersonSheet() async throws

Mentioned in

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.