<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "ManagedSettings",
  "identifier" : "/documentation/ManagedSettings/AppStoreSettings/maximumRating-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Managed Settings"
    ],
    "preciseIdentifier" : "s:15ManagedSettings08AppStoreB0V13maximumRatingSiSgvp"
  },
  "title" : "maximumRating"
}
-->

# maximumRating

The maximum app rating the user can download.

```
var maximumRating: Int? { get set }
```

## Discussion

The value is `nil` if your app doesn’t constrain this setting.
The following list provides U.S. rating descriptions for the levels:

- `1000` - All
- `600` - 17+
- `300` - 12+
- `200` - 9+
- `100` - 4+
- `0` - None

---

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)