Post

Replies

Boosts

Views

Activity

Reply to AuthorizationCenter requestAuthorization returns error 5
@kgaidis Please find the error code mapping below, enum FamilyControlsError : LocalizedError {   case restricted   case unavailable   case invalidAccountType   case invalidArgument   case authorizationConflict   case authorizationCanceled   case networkError   @available(iOS 16.0, *)   case authenticationMethodUnavailable } For your case error is like "The parent or guardian canceled a request for authorization." Do one thing, remove the app and try install it again. Do you able to see the alert dialogue asking for authentication?
Topic: App & System Services SubTopic: General Tags:
Jul ’22
Reply to Having trouble building app after adding DeviceActivity framework
@jimm123034 Try to create the project as below, Create a new project as Single App Enable Family Control capabilities Now add required frameworks one by one and activate it. I used Xcode 14.3beta
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to Where can I download the demo for ScreenTime?
https://github.com/agarrharr/Homework Just try this out..
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to AuthorizationCenter requestAuthorization returns error 5
@kgaidis Please find the error code mapping below, enum FamilyControlsError : LocalizedError {   case restricted   case unavailable   case invalidAccountType   case invalidArgument   case authorizationConflict   case authorizationCanceled   case networkError   @available(iOS 16.0, *)   case authenticationMethodUnavailable } For your case error is like "The parent or guardian canceled a request for authorization." Do one thing, remove the app and try install it again. Do you able to see the alert dialogue asking for authentication?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to Can I manage restrictions from the parent's application?
@yuraist I am trying hard to bring the child application lists on parent device, but unfortunately I am not able to do so. Both Child and guardian/parent device are in same iOS version (15 latest). Any separate configuration to make in parent app? Thanks
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21