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

# currentAgeExceptionRequests()

Returns a list of requests to install apps that exceed the maximum allowed age rating for the device.

```
nonisolated final func currentAgeExceptionRequests() async throws -> [AppLibrary.ExceptionRequest]
```

## Discussion

When a person attempts to install an app with an age rating that exceeds the maximum allowed for the device, the framework presents a sheet that enables the person to request an exception from a parent or guardian. When the person proceeds with the request, the framework adds an instance of [`AppLibrary.ExceptionRequest`](/documentation/MarketplaceKit/AppLibrary/ExceptionRequest) for the app to this list.

The parent or guardian reviews the request in Messages on their device, or in person on the originating device, by responding to a system-provided sheet. After the parent or guardian makes a decision, the framework removes the app’s [`AppLibrary.ExceptionRequest`](/documentation/MarketplaceKit/AppLibrary/ExceptionRequest) from this list.

Keep the person informed of the [`status`](/documentation/MarketplaceKit/AppLibrary/ExceptionRequest/status-swift.property) of the current exception requests. For example, if the exception status is [`AppLibrary.ExceptionRequest.Status.pending`](/documentation/MarketplaceKit/AppLibrary/ExceptionRequest/Status-swift.enum/pending), you can show a Pending label in place of an Install button for the associated app.

For more information, see [Providing age-rating appropriate content](/documentation/marketplacekit/providing-age-rating-appropriate-content).

---

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)