Hello Team Thanks for Quick Response !!
We are getting every time on device failure!!
AuthorizationCenter.shared.requestAuthorization { result in
// The request can either result in success or failure
switch result {
case .success():
break
case .failure(let error):
print("Error for Family Controls: (error)")
}
}
Why its happened, we have included Family Controls, but not getting any success
Post
Replies
Boosts
Views
Activity
hi Team , thanks for sharing sample, we are getting below error
Error for Family Controls: Error Domain=FamilyControls.FamilyControlsError Code=2 "(null)"
Thanks