I'm trying to build an App using Managed Settings. I've successfully implemented the Authorisation for Family Controls. What I don't get is how to handle categories. In the examples from WWDC2022 (https://developer.apple.com/videos/play/wwdc2022/110336/) it's stated to call :
let gamingCategory = ActivityCategoryToken(...)
What exactly is the use of this? And what's the parameters necessary for calling it?
Thanks in advance