Skip to main content

Using the Platform Age Signal

Many game platforms (Meta, Xbox, Playstation, etc.) send age platform-specific signals to a game when it launches. When the game shows an age gate, it is possible that the age given by the player is outside the range given by the platform-specific age signal. In this case, to be compliant, it is required that you assume the lower of the two values. However, to prevent the discrepancy in the first place, the game can use the platform age signal to limit the possible ages the player can give in the age gate. To do this, there are two important fields, digitalConsentAge and civilAge, that are returned from the /age-gate/get-requirements API. Using these fields, you can constrain the age gate to only allow ages for a digital minor to values up to the age of digital consent, and only allow age values for a teen between the age of digital consent and civil age.