Post

Replies

Boosts

Views

Activity

Can we send Local Push Notifications from DeviceActivityMonitor extension?
I'm wondering if we able to send Local Push Notifications from DeviceActivityMonitor extension... If we have to use AppGroups to pass info between an app and the extension, could we post notification though UNNotificationRequest? I also tried to push data through NotificationCenter, also doesn’t work. Can we do so, or did something wrong? Should these cases that I described above work from iOS 16 and above or not? Thank you!
2
0
1.2k
Mar ’23
Schedules | iOS interpreting schedules as an ongoing or "active"
Hi! Thank you to Kmart who gave me the answer on my question regarding issue when eventDidReachThreshold triggers immediately! But, I still have a few questions, so I’m posting the new post. Could you please give answers for the next questions: How I can avoid the behaviour when system could interpreting schedules as an ongoing or "active"? I noticed that when I manually change the Date for the next day, eventDidReachThreshold doesn’t invoke. Are schedules incapsulate accumulated threshold time or the threshold time is shared between schedules? Why eventDidReachThreshold invokes even in case for the past day I didn’t open apps to accumulate threshold time? When I check spent time in iPhone settings, the Screen Time show that I spent 0 minutes for the apps which were selected for accumulating threshold time. Is it correct that the last schedule that was starting has more priority than the previous one? Can we manually set priority for starting schedules?
2
0
965
Apr ’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 Prevent Apps From Being Deleted | Screen Time API
I'd like to implement prevent of deleting the app. In app I use Screen Time API with .individual type of authorisation. I know it possible do manually in iPhone's Settings: Settings > Screen Time > Content & Privacy Restrictions > iTunes & App Store Purchases > Deleting Apps and then choose Don’t Allow option. I've seen this implementation in other apps has been done programmatically. How I can do the same?
1
0
1.8k
May ’23
Schedules invokes when the app in foreground | Device Activity Monitor | Screen Time
I successfully setup schedule and they works. But I recognised that, when I didn’t send the app to background e.g. the app still on the screen, in that case the events from Device Activity Monitor invokes. They invokes correctly by schedule, BUT, they invokes before I accumulated needed threshold time. I run schedules not in the past, but in future. So the issue why thresholds events invokes not that one when you start your schedules with threshold in the past. I have 2 events: events1 and event2. It seems that iOS think that my app in both of the groups which my events are monitoring. Firstly fires events1 (like my app in this group), then fires events2 (again like my app in this group as well). But if I go to home screen, the events works correctly few times, but then also started invoking in wrong order. Where could be the problem?
0
0
586
May ’23