isPersonalizedCommunicationRestricted
A Boolean value that indicates whether the player can use personalized communication on the device.
Declaration
var isPersonalizedCommunicationRestricted: Bool { get }Mentioned in
Discussion
If this property or the underage property is true, the local player can’t include personalized messages on invitations or enable voice communication in multiplayer games. If your game includes any custom communication features, you should disable them.
On iOS and macOS, the value for this property comes from the Screen Time settings that the system syncs between devices using the same iCloud account. To change this value when testing your game, see Restrict Game Center section of Use parental controls on your child’s iPhone, iPad, and iPod touch and Change Content Restrictions settings in Screen Time on Mac.
On tvOS, players set this value on the device using the Restrictions menu. This setting is local only; the system doesn’t sync this setting to other devices. To change this value when testing your game, see Restrict access to content on Apple TV.