FamilyActivityPicker: manage own device AND children device

Hello,

I am unable to figure out how I tell the FamilyActivityPicker whether it should show apps installed on my personal device (to be used with AuthorizationCenter.shared.requestAuthorization(for: .individual)) or apps installed on my child’s device (authenticated their phone via AuthorizationCenter.shared.requestAuthorization(for: .child)).

Is there any parameter or SwiftUI modifier I need to apply?

Otherwise, how does the user or the app know which token belongs to them and which token belongs to their child’s device?

Radar: FB17020977

Thanks a lot for your help!

FamilyActivityPicker: manage own device AND children device
 
 
Q