Hi,
I'm new to the developer community and am developing an app for a school project that relies on the screentime API. I'm using SwiftUI to generate Label
s using the given ApplicationToken
generated from my FamilyActivitySelection
. However, I notice that the icon
for these tokens is extremely small: only about 25x25 px.
I'm wondering if there is a way that the screentime API can let us use higher-res images using the opaque tokens?
This would be extremely useful in developing a more HIG-aligned app (e.g. a scroll-view of blocked apps).
Thank you!