If I am using reverse-geocode to a state to determine if the State is Texas then how can I test this?
In regards to Texas law 2420 - How to test if user in Texas user?
If I understand your question correctly, administrativeArea in the returned CLPlacemark should give the state. Test for "TX"
Thanks for the post, on the API there is a description where the return will provide you:
whether a person using your app is in an applicable region that requires additional age-related obligations
https://developer.apple.com/documentation/declaredagerange/agerangeservice/iseligibleforagefeatures/
Hope this is helpful.
Albert Pascual Worldwide Developer Relations.