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.
Post
Replies
Boosts
Views
Activity
I call the method "AuthorizationCenter.shared.requestAuthorization(for:.child) "in the device of ios16.3. it not displays the authentication sheet when my app first launches call this method. And the FamilyActivityPicker does not list installed apps on either of the guardian's or child's devices, it only lists the categories. But when i change the argument "child" to "individual" and call the method there displays the authentication sheet.
Does anyone know why this is happening? Thanks for your answer.