Posts

Post not yet marked as solved
0 Replies
467 Views
I'm making an app that allows you to set multiple schedules to limit the app, but the schedule with an early start time stops working when the schedule's time overlaps with other schedules. DeviceActivityName.daily.rawValue = name try center.startMonitoring(.daily, during: schedule) Even if DeviceActivityName is set to a dynamic value as shown above and changed, is it not possible to monitor multiple devices with DeviceActivityCenter?
Posted
by Genki-.
Last updated
.
Post not yet marked as solved
0 Replies
497 Views
Label(selection.applicationTokens.first!)is not showing, what is the problem? if selection.applicationTokens.count != 0 { Label(selection.applicationTokens.first!) } else { Label("No application", systemImage: "app.dashed") } FamilyActivityPicker(selection: $selection)
Posted
by Genki-.
Last updated
.