I'm following the video with explanation of how to dealing with DeviceActivityMonitor
extension.
I'm facing the issue with empty ManagedSettingsStore when I'm trying to retrieve discouraged apps. The apps successfully where blocked on the selection step via .familyActivityPicker
.
The problem is that I can’t retrieve discouraged apps.
I read that Model.shared
won’t work in extension. To sync an app and extension we need to use AppGroups. Do we need to use AppGroups if we follow code like in the video?