Post

Replies

Boosts

Views

Activity

FamilyActivitySelection | Screen Time API features iOS 16
How to store at one time more than one app while selection from FamilyActivityPicker? .familyActivityPicker( isPresented: $isDiscouragedPresented,     selection: $model.selectionToDiscourage ) The code above save only one token. If user select more than one app the FamilyActivitySelection.applicationTokens becomes empty [], but if select only one app, applicationTokens will contain one token from selected app.
4
0
1.7k
Feb ’23
Decode/Encode ApplicationToken | Screen Time API features iOS 16
How I can decode ApplicationToken which I receive from FamilyActivitySelection? I've been expecting String type or ability to extract String from ApplicationToken. My goal is switching between user's modes, where one device could be used for Parent and Child. For this case I'd like to keep ManagedSettingsStore() setups for each user.
4
1
1.9k
Jan ’23
ManagedSettingsStore is empty in DeviceActivityMonitor
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?
3
1
1k
Jan ’23
Device Activity Event | Screen Time API features iOS 16
Hi there! In my previous question I received the answer that we can use DeviceActivityEvent for remote control with .individual auth. Here I'd like to clarify: Is there any restrictions to use remote control for .individual if we compare it with .child? Is it possible to add/set/update restrictions remotely with DeviceActivityEvent API for .individual? Thank you!
1
0
1.3k
Oct ’22
How to get BundleID from ApplicationToken?
I'm working witn FamilyActivitySelection How to get bundleIdentifier from ApplicationToken? which I receive from FamilyActivitySelection? I want to read AppIcon, AppName from bundleIdentifier Also tried to read bundleIdentifier from Application?, but the value always returns as nil.
Replies
2
Boosts
0
Views
2.2k
Activity
Feb ’23
Lock device, Restrict all apps | Screen Time API | iOS 16
Hi folks! Is it possible to do next things using Screen Time API: Lock/Unlock device Restrict all apps Create schedule to lock/unlock device or restrict all apps, eg. lock all apps from Friday to Monday? Thank you in advance!
Replies
3
Boosts
0
Views
4.3k
Activity
Feb ’23
FamilyActivitySelection | Screen Time API features iOS 16
How to store at one time more than one app while selection from FamilyActivityPicker? .familyActivityPicker( isPresented: $isDiscouragedPresented,     selection: $model.selectionToDiscourage ) The code above save only one token. If user select more than one app the FamilyActivitySelection.applicationTokens becomes empty [], but if select only one app, applicationTokens will contain one token from selected app.
Replies
4
Boosts
0
Views
1.7k
Activity
Feb ’23
Decode/Encode ApplicationToken | Screen Time API features iOS 16
How I can decode ApplicationToken which I receive from FamilyActivitySelection? I've been expecting String type or ability to extract String from ApplicationToken. My goal is switching between user's modes, where one device could be used for Parent and Child. For this case I'd like to keep ManagedSettingsStore() setups for each user.
Replies
4
Boosts
1
Views
1.9k
Activity
Jan ’23
ManagedSettingsStore is empty in DeviceActivityMonitor
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?
Replies
3
Boosts
1
Views
1k
Activity
Jan ’23
Remote Control | Screen Time API features iOS 16
Is it possible from Parent device to call FamilyActivityPicker for choosing discourage/encourage apps and setup ManagedSettingsStore on Child's device with .individual auth of type?
Replies
1
Boosts
0
Views
937
Activity
Jan ’23
FamilyActivityPicker | Screen Time API | iOS 16
Hi folks! Is it possible using FamilyActivityPicker choose which apps will be allowed instead of which apps to restrict? Thank you in advance!
Replies
1
Boosts
2
Views
1.4k
Activity
Oct ’22
Device Activity Event | Screen Time API features iOS 16
Hi there! In my previous question I received the answer that we can use DeviceActivityEvent for remote control with .individual auth. Here I'd like to clarify: Is there any restrictions to use remote control for .individual if we compare it with .child? Is it possible to add/set/update restrictions remotely with DeviceActivityEvent API for .individual? Thank you!
Replies
1
Boosts
0
Views
1.3k
Activity
Oct ’22