Hello! I am a relatively new Apple developer and am almost done with my first app. I am implementing the Screen Time API to my app because the app is designed to help the user digitally detox and I am trying to make it so the user can select which apps they would like to monitor from a list of their apps on their phone so I am using the family activity picker but I just can't extract the data needed to track the apps. I am wondering how to do this. Thank you!
Family Controls App Help
I just can't extract the data needed to track the apps.
Hello Turner!
Apple’s Screen Time API is designed with a huge focus on user privacy, so you cannot extract any data as you intend.
The FamilyActivityPicker gives you ApplicationTokens which represent apps, but you don’t know which.
But you can use them to block apps as you intend.
Hope that helps!