Post

Replies

Boosts

Views

Activity

Comment on Can MDM and screen time co-exists?
@cinnamontoast I am referring to ScreenTime API. Screen Time in Settings working fine with MDM (I can use both when they're co-exists). few more information, If MDM installed prior to calling 'AuthorizationCenter.shared.requestAuthorization(for: .child)', API is returning FamilyControls.FamilyControlsError code '0'. If 'AuthorizationCenter.shared.requestAuthorization(for: .child)' gets succeeded prior to install MDM, MDM profile installation failing with 'MDM is not allowed' error.
Topic: App & System Services SubTopic: General Tags:
Sep ’22
Comment on Designate principal class
@vova085 Did you add Family Controls capability to your extension? If not please add it and do the following, Steps to debug extension via Xcode,  Run the app on device via Xcode 2. Go to menu Debug -> Attach to Process -> Search for the extension name you have given for 'com.apple.deviceactivity.monitor-extension' and attach it Now you have two process attached for debug.  Steps to collect logs from console,  Launch Console and start monitor device traffic 2. Search for your extension name given for 'com.apple.deviceactivity.monitor-extension' under category 'Process'
Topic: Business & Education SubTopic: General Tags:
Sep ’21
Comment on Can MDM and screen time co-exists?
@cinnamontoast I am referring to ScreenTime API. Screen Time in Settings working fine with MDM (I can use both when they're co-exists). few more information, If MDM installed prior to calling 'AuthorizationCenter.shared.requestAuthorization(for: .child)', API is returning FamilyControls.FamilyControlsError code '0'. If 'AuthorizationCenter.shared.requestAuthorization(for: .child)' gets succeeded prior to install MDM, MDM profile installation failing with 'MDM is not allowed' error.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on Does parental control app requires implement of MDM?
@eskimo I just tried to install MDM profile after enabling screen time permission for my application, but MDM profile installation gets failed. Is it expected behaviour?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on Settings App getting crashed when Screen time is turned off
Yes it asked for parent/guardian credential for turning off.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on AuthorizationCenter requestAuthorization returns error 5
@kgaidis Try Erase all content and settings in your device and try it again. For me once it happened and I tried "Erase all content and Settings" option, my wild guess is, it could be some authorization happened in past which is not been revoked correctly.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on Screen Time API How to send restrict information from parent to child
You can save it as object in Codable format.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on Where can I download the homework demo code
@yuraist I just played with child device aspects, not moved to next step where child application lists are been handled from guardian/parent app. If you want to try something together, yeah I am fine with that. Thanks
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Designate principal class
@vova085 Did you add Family Controls capability to your extension? If not please add it and do the following, Steps to debug extension via Xcode,  Run the app on device via Xcode 2. Go to menu Debug -> Attach to Process -> Search for the extension name you have given for 'com.apple.deviceactivity.monitor-extension' and attach it Now you have two process attached for debug.  Steps to collect logs from console,  Launch Console and start monitor device traffic 2. Search for your extension name given for 'com.apple.deviceactivity.monitor-extension' under category 'Process'
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21