isEligibleForAgeFeatures and different legal requirements for different regions

https://developer.apple.com/documentation/DeclaredAgeRange/AgeRangeService/isEligibleForAgeFeatures returns a bool. I assume that means that it will return True for the states where their laws are in effect.

The TX law and the UT/LA/AZ laws have different requirements though:

  • TX requires the app verify the user's age on every app launch.
  • These other states require the app verify the user's age "no more than once during each 12-month period"
  • A future law (Brazil maybe?) might do something else.

How can we determine if the user is eligible for the TX versus other state requirements?

isEligibleForAgeFeatures and different legal requirements for different regions
 
 
Q