-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Thanks for publishing this package it's been really useful to get up and running with blocking apps. I have a couple of questions:
-
I'm trying to access numberOfPickips on the
DeviceActivityData
struct. Is this possible? I'm quite new to ios dev so I might be missing something obvious... the package dosen't seem to expose this anywhere. -
Is there a way to extract the selected app names and categories? There is a recent implementation in this package, wondering if it's possbile here?
-
I think a common use case is going to be accessing the usage of an app. For example, I want to present the user a screen similar to screentime (or atleast have access to relevant data), where they can see how much they used an app in the past week. Is there a way to do this currently or do we need to wait for this pr?
Thanks in advance... I look to contribute when I getter a better grasp of the ecosystem.