Revoking authorization with AuthorizationCenter allowed for child

We are requesting authorization from AuthorizationCenter as a child, and that works as expected. But revoking is always approved, I assumed the guardian would have to identify on the device to approve the revoking.

Is this intended behavior or a bug?

Hi @JagCesar I'm sorry I haven't worked on revoking authorization yet but I had a question about how you have been requesting it. I've been looking at the documentation and form other peoples answers in the forums but the recommended way of "try await center.requestAuthorization(for: .individual)" times out my phone and rarely works consistently if at all. Have you experience that issue before?

Revoking authorization with AuthorizationCenter allowed for child
 
 
Q