Post

Replies

Boosts

Views

Activity

Reply to eventDidReachThreshold is working as expected only when the app is in debug mode
@_lilpit is there a way to monitor multiple events/schedules concurrently? Running startMonitoring on the second event just overrides the previously created one, along with the appTokens selected for that event. So, creating a new event un-shields the previously selected app and starts monitoring the newly created one even if we give the event a unique name like : let event = DeviceActivityEvent( applications: activitySelectionData!.applicationTokens, categories: activitySelectionData!.categoryTokens, threshold: DateComponents(minute: limitDuration) ) let eventName = DeviceActivityEvent.Name(<uniqueId>) What is the best way to handle multiple events and schedules without having them interfere with each other? Also curious to know how to keep track of applicationToken for each event separately.
Topic: Privacy & Security SubTopic: General Tags:
Mar ’24
Reply to Device Activity Monitor Extension Sometimes Fails To Launch
Facing the same issue here. For us, the whole process works as expected when we're in debug mode/ when the physical device is connected to Xcode. But when we try the same process after disconnecting the physical device from Xcode or if we try it on release mode, we don't get a callback to the app from the extension where we have the shielding logic in place. Trying to debug this from past 2 days, not able to find any solutions to it.
Topic: App & System Services SubTopic: General Tags:
Mar ’24
Reply to Will special entitlements like Screentime API remain valid when transferring an app?
Hey, do you have any clarity on this query now? Even I have the same question. Do we need to re-request from the new account or will those bundle IDs get transferred?
Replies
Boosts
Views
Activity
May ’25
Reply to FamilyActivityPicker will have a problem closing the parent element fullScreenCover in the 18.4 official version
Hey, any update on this? We're facing the same issue in iOS 18.4. Unable to reproduce in 18.3 or lower.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to TestFlight group selection disabled for 'Ready to Test' build — Tried 3 builds, same issue
To everyone who's facing this issue, @CraftyMech 's solution actually works if you're having the same issue as OP mentioned in the thread.
Replies
Boosts
Views
Activity
Mar ’25
Reply to Multiple Days Schedules • Screen Time API
Hey @Ivan018 were you able to solve this issue? What solution did you go with?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to How long is DeviceActivityData accessible in DeviceActivityReport?
Any idea on how Opal is able to achieve it?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to Please help make DeviceActivityReport reliably show up
Still haven't gotten any solution to this yet :(
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to Loading indicator until DeviceActivityReport renders?
Do you have any update on this? Facing the same issue here.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to DeviceActivityReport Lag
Having the same issue.Iit is less noticeable on a dev build but on a release, it is very common. No idea how to fix this issue. I wonder how apps like Opal do it so flawlessly
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to I would like to create several schedules for an activity can I do that
Any solution to have multiple schedules active? Not able to find an answer to this
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to eventDidReachThreshold is working as expected only when the app is in debug mode
@_lilpit is there a way to monitor multiple events/schedules concurrently? Running startMonitoring on the second event just overrides the previously created one, along with the appTokens selected for that event. So, creating a new event un-shields the previously selected app and starts monitoring the newly created one even if we give the event a unique name like : let event = DeviceActivityEvent( applications: activitySelectionData!.applicationTokens, categories: activitySelectionData!.categoryTokens, threshold: DateComponents(minute: limitDuration) ) let eventName = DeviceActivityEvent.Name(<uniqueId>) What is the best way to handle multiple events and schedules without having them interfere with each other? Also curious to know how to keep track of applicationToken for each event separately.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to ScreenTime permissions revoked on app update from TestFlight or App Store
Yes, facing the same issue here when the version is updated, although the bug isn't consistent. We face it 50% of the times. When this happens, reinstalling the app/ granting the screentime permissions again solves this issue.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Device Activity Monitor Extension Sometimes Fails To Launch
Facing the same issue here. For us, the whole process works as expected when we're in debug mode/ when the physical device is connected to Xcode. But when we try the same process after disconnecting the physical device from Xcode or if we try it on release mode, we don't get a callback to the app from the extension where we have the shielding logic in place. Trying to debug this from past 2 days, not able to find any solutions to it.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24