Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

Recently used applications on guardian phone - FamilyControls, DeviceActivityReport

For an iOS app that runs in both child and parent mode across iOS devices. On the child device, with Family Controls enabled using .child permissions via AuthorizationCenter.requestAuthorization(for: .child).

Is any way to display a list of recently used apps by the child on the parent (guardian) device, in a privacy-preserving and Apple-compliant way?

Partially answering my own question, yes, it is possible by just using DeviceActivityReport.

But, can the tokens be used for example, to block those apps by the parent?

The extension is sandboxed, but I'm pretty sure there is a way.

Recently used applications on guardian phone - FamilyControls, DeviceActivityReport
 
 
Q