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.
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'
Sep ’21
Comment on Unable to see the list of Applications in FamilyPicker for the parent device
@AsifmDev Family picker is showing all apps as expected when it’s launched from child device, whereas it is showing categories alone without apps in parent device. do we need to configure anything specific for parent device or guardian device. I am testing in iOS 15 latest released version. Both my child device and parent device are having same version. Even I tried with iPad too with same os version no luck.
Sep ’21
Comment on Is the Screen Time API completely broken in the betas?
Steps to debug extension via Xcode, 1. 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, 1. Launch Console and start monitor device traffic 2. Search for your extension name given for 'com.apple.deviceactivity.monitor-extension' under category 'Process'
Sep ’21