-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hi, I am currently implementing some basic screen time tracking features. I have a expo go project (managed) and this repo seems great to stay in the managed workflow whilst also having custom app extension targets.
However, one thing we would like to do eventually is accumulate screentime usage of a user and store in in our backend. Basically our app consists of families and we want to create sort of a competition.
Would this be possible, because I can't seem to get the actual numbers data from the deviceactivityreport. It should be possible because there are quite a few apps that do simliar stuff (such as Jomo), they only require the screen time access. I did see the deviceactvititypicker as well to pick app/categories so I assume they are using a similar approach. Any hints on this?
Ps. using the pull request for deviceactivityreport right now but am kind of stuck on this