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

# maximumTVShowRating

The maximum TV show rating that the user may view.

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

## Discussion

If your app doesn’t configure this setting, the value is `nil`.
The following list provides U.S. descriptions for the ratings:

- `1000`: All
- `600`: TM-MA
- `500`: TV-14
- `400`: TV-PG
- `300`: TV-G
- `200`: TV-Y7
- `100`: TV-Y
- `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)