<!--
{
  "availability" : [
    "iOS: 26.1.0 -",
    "iPadOS: 26.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "marketplacekit",
  "identifier" : "/documentation/MarketplaceKit/AppLibrary/ExceptionRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MarketplaceKit"
    ],
    "preciseIdentifier" : "s:14MarketplaceKit10AppLibraryC16ExceptionRequestV"
  },
  "title" : "AppLibrary.ExceptionRequest"
}
-->

# AppLibrary.ExceptionRequest

A structure that describes an app that a person requests permission to install.

```
struct ExceptionRequest
```

## Overview

When a person tries to install an app with an age rating beyond the maximum allowed for the device (see [`maximumAllowedAgeRating`](/documentation/MarketplaceKit/AppLibrary/maximumAllowedAgeRating)), the framework tracks the request by adding an instance of this structure to the [`currentAgeExceptionRequests()`](/documentation/MarketplaceKit/AppLibrary/currentAgeExceptionRequests()) list.

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

## Topics

### Identifying the requested app

[`let appleItemID: AppleItemID`](/documentation/MarketplaceKit/AppLibrary/ExceptionRequest/appleItemID)

An identifier for the app that requires an age-rating exception.

### Inspecting the request status

[`let status: AppLibrary.ExceptionRequest.Status`](/documentation/MarketplaceKit/AppLibrary/ExceptionRequest/status-swift.property)

A status that indicates the parent or guardian’s decision for the request.

[`enum Status`](/documentation/MarketplaceKit/AppLibrary/ExceptionRequest/Status-swift.enum)

The possible statuses of an exception request for an app.

## Relationships

### Conforms To

[`Decodable`](/documentation/Swift/Decodable)

[`Sendable`](/documentation/Swift/Sendable)

[`Encodable`](/documentation/Swift/Encodable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)