i don't know if this will help you but i built an app that present the FamilyActivityPicker and run it on the child device
the familyActivityPicker in my app shows the apps installed on the device and after selecting one app only i used these lines of code:
if(self.mySelection.applications.count == 0 ) {
store.shield.applications = nil
} else {
store.shield.applications = self.mySelection.applicationTokens
}
by clicking a button and the app was blocked on the child device so maybe the solution for self regulation is set yourself as a child on a family.
hope i helped!
Topic:
App & System Services
SubTopic:
General
Tags: