<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "marketplacekit",
  "identifier" : "/documentation/MarketplaceKit/AppLibrary/maximumAllowedAgeRating",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MarketplaceKit"
    ],
    "preciseIdentifier" : "s:14MarketplaceKit10AppLibraryC23maximumAllowedAgeRatingSivp"
  },
  "title" : "maximumAllowedAgeRating"
}
-->

# maximumAllowedAgeRating

An age rating that specifies the maximum rating set for content on the device.

```
@MainActor final var maximumAllowedAgeRating: Int { get }
```

## Discussion

The framework derives the value of this property according to the restrictions set on the device.

The value is a code that maps to the following age ratings:

|Return value|Rating |
|------------|-------|
|1           |1+     |
|2           |2+     |
|3           |3+     |
|100         |4+     |
|105         |5+     |
|106         |6+     |
|107         |7+     |
|108         |8+     |
|200         |9+     |
|210         |10+    |
|211         |11+    |
|300         |12+    |
|313         |13+    |
|314         |14+    |
|415         |15+    |
|416         |16+    |
|600         |17+    |
|618         |18+    |
|619         |19+    |
|620         |20+    |
|621         |21+    |
|2000        |Unrated|

---

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)