i'm trying to make my app start blocking/shielding and app according to the selection from a familyActivityPicker. the problem that i'm having is that MyModel object is always nil when i'm accessing it inside the app extension. (DeviceActivityMonitor).
can someone give me an example of the object he uses to get the applicationTokens in the app extension?
an explanation on how to transfer information between the app and the app extension is also welcome.