FamilyControlsError, Code 7 - what to do about it?

The most common error from AuthorizationCenter.shared.requestAuthorization(for: .individual) my users are getting is:

Domain: FamilyControls.FamilyControlsError
Code: 7
Error Description: The operation couldn’t be completed. (FamilyControls.FamilyControlsError error 7.)

What is that? Could I provide better directions for users if they encounter it?

Replies

Code 7 is FamilyControlsError.authenticationMethodUnavailable. It means that the device must have a passcode set in order for an individual to enroll with parental controls.

  • Thank you! Tested and this works :) I'll make sure that users see directions that this needs to be turned on.

Add a Comment