---
title: ParentalControlsGameCenter
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/parentalcontrolsgamecenter
---

# ParentalControlsGameCenter

The payload that configures Game Center parental controls.

## Declaration

```data
object ParentalControlsGameCenter
```

## Properties

GKFeatureAccountModificationAllowed: If true, allows account modifications. GKFeatureAddingGameCenterFriendsAllowed: If true, allows adding Game Center friends. Deprecated: macOS 10.13+ GKFeatureGameCenterAllowed: If true, enables Game Center. Deprecated: macOS 10.13+ GKFeatureMultiplayerGamingAllowed: If true, allows multiplayer gaming. Deprecated: macOS 10.13+

## Discussion

Discussion Specify com.apple.gamed as the payload type. Profile availability  |   |   |   |   |   |   |   |  Profile example <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict>     <key>PayloadContent</key>     <array>         <dict>             <key>GKFeatureAccountModificationAllowed</key>             <false/>             <key>PayloadIdentifier</key>             <string>com.example.mygamecenterpayload</string>             <key>PayloadType</key>             <string>com.apple.gamed</string>             <key>PayloadUUID</key>             <string>2967fc4d-2ab8-40db-8f3e-f6f4cfe3e408</string>             <key>PayloadVersion</key>             <integer>1</integer>         </dict>     </array>     <key>PayloadDisplayName</key>     <string>Parental Control Game Center</string>     <key>PayloadIdentifier</key>     <string>com.example.myprofile</string>     <key>PayloadType</key>     <string>Configuration</string>     <key>PayloadUUID</key>     <string>73f89c96-6383-4db9-b879-9cc5bb8d9ad3</string>     <key>PayloadVersion</key>     <integer>1</integer> </dict> </plist>

## See Also

### Parental controls

- [ParentalControlsApplicationRestrictions](devicemanagement/parentalcontrolsapplicationrestrictions.md)
- [ParentalControlsContentFilter](devicemanagement/parentalcontrolscontentfilter.md)
- [ParentalControlsDictionary](devicemanagement/parentalcontrolsdictionary.md)
- [ParentalControlsTimeLimits](devicemanagement/parentalcontrolstimelimits.md)
