Problem loading icon for ApplicationToken with Label

After the Screen Time permissions have been provided by the user, when I create a label with the user's selected ApplicationToken or CategoryToken, it's often (not always!) show like this:

I instantiate the label like this, where app is an ApplicationToken or CategoryToken:

Label(app)
    .labelStyle(.iconOnly)

After the app is killed and reloaded, the icons show up fine.

Any suggestions on how to fix this? Is this an issue with the Screen Time API, or am I instantiating the label in the wrong way?

Can you open a stackoverflow question or better explain your issue?

This and other issues happen to us as well. Seems like Screen Time API problem.

Please file a bug report using Feedback Assistant and attach a sample app that reproduces the issue. Thanks in advance!

On my own device this never happens, but I've encountered this issue for a lot of my testers' devices. For some testers if they force quit the app it will work after, for other testers it just never works. It seems to be specific to application tokens only, category tokens work fine.

Has anyone been able to find a workaround for this?

Hi, we have the same isssue. Is it really no fix for 6 months? Please share all available information. We have these 3 dots, each time when we reload the phone and download new build. So it seems all new users will have it.

In this case I'm not even sure what filing a Feedback Assistant would look like - this since it's entirely a UI problem and one that unreliably occurs. But I assure any reader it's a real issue. @Kmart are you able to provide any update on this?

Hey, we have the same issue also. It doesn't seem to be happening to Opal. Anyone has any insights on this?

Hi, how to does this still working for you please, I'm trying the same syntax but I have this issue : Cannot convert value of type 'ApplicationToken' (aka 'Token<Application>') to expected argument type 'LabelStyleConfiguration'

Problem loading icon for ApplicationToken with Label
 
 
Q