I am writing an app of family controls and device settings. In the docs for DeviceActivityMonitor I read about the principal class of device activity monitor extension, so I have to implement it. But, in XCode there is no such extension. How do i create it?
Creating device activity monitor extension
Any luck with this question?
See this post which describes how you can create such an extension by using the CallDirectory extension and then just changing the PrincipalClass and identifier.