Family Control Authorize

We are working on a project of Parent Control. There are two applications one for parents and another for children.Parents application can block applications on the child's device. I have a problem: parents APP can show the applications on the child's device., but it doesn't work when I want to block it. I call 'requestAuthorization(for: .child)' on the child App. Do I still need call it on the parent App? Or do I still need to authorize on the parent App? Thanks.

There is no requirement to authorize on the parent application, however ManagedSettings must be set directly on the child's device as these aren't sync from the guardian's device to the child. If you'd like settings to be synched, this must be done separately by your app through other means.

If you'd like to see a synching feature added to the Screen Time API, I recommend you submit a report through Feedback Assistant with details of your use case. Thanks!

Family Control Authorize
 
 
Q