I am trying to grant Input Monitoring permission using MDM (Mobile Device Management), but I am facing issues. While I am able to deny the permission, I am unable to grant it.
In some profile configurator tools, I noticed a note stating:
"Allows the application to use CoreGraphics and HID APIs to listen to (receive) CGEvents and HID events from all processes. Access to these events cannot be given in a profile; it can only be denied."
This seems to suggest that granting Input Monitoring permission via an MDM profile may not be possible.
Has anyone successfully granted Input Monitoring permission using MDM, or is there an alternative way to achieve this on managed macOS devices?
Post
Replies
Boosts
Views
Activity
When making network requests using URLSession, the application encounters a specific issue related to the 403 error code. In this scenario, instead of receiving the expected response from the server, the URLSession throws the error "NSURLErrorClientCertificateRequired" and provides the message "The server requires a client certificate." Consequently, the response and data obtained from the server are nil, despite the fact that all other error codes are handled correctly.