Hello!
I am experiencing some strange bugs around DeviceActivityEvent
s:
When creating a DeviceActivityEvent
we can assign a threshold
and applicationTokens
.
The idea is, that after the user has spent said threshold on said apps, eventDidReachThreshold
is called.
includesPastActivity
is set to false.
On iOS 26 however, it happens (quite reliably after updating to a new beta seed) quite often that eventDidReachThreshold
is called immediately (after a couple of seconds) instead of waiting for the threshold to be met.
Is anyone else seeing similar issues on iOS 26?
Only workaround I have found is to ask users to re-grant Screen Time permissions. This only holds for about two weeks though or at most until the next iOS 26 beta update is installed.
Feedback filed under:
- FB18061981
- FB18927456