Hi everyone, I'm trying to fetch the Data for the users Screentime. I've seen an example on how to get it using PieCharts.
Is it possible to simply get the data itself? I don't really need the charts anyway.
Thanks in advance
Post
Replies
Boosts
Views
Activity
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