isEligibleForAgeFeatures already returns true for non-sandbox user???

We made an update of one of our games with the Declared Age Range framework, and one of the users contacted us, asking how could he confirm his age to access the app's features. Meaning that isEligibleForAgeFeatures returned true on his device. According to documentation:

Use isEligibleForAgeFeatures to determine whether associated laws or regulations may apply to your app based on the person’s location and account settings. This property returns true when your app needs to support Age Assurance for the current user.

As far as we know, the laws are not applied anywhere yet. So, why did isEligibleForAgeFeatures return true?

It should be returning True for Brazil, but I've heard it's not working currently (I can't test myself).

isEligibleForAgeFeatures already returns true for non-sandbox user???
 
 
Q