Posts

Post not yet marked as solved
1 Replies
359 Views
Hi,The macOS class IOFrameBuffer is deprecated, is there a recommanded class to replace it?Thanks
Posted
by YF.Fan.
Last updated
.
Post not yet marked as solved
0 Replies
2.6k Views
Hello,I have a macOS application get libsystem_kernel exception on Mac 10.15, but it works well on Mac 10.14 or earlier version.Application need to list USB HID devices, and it crash when it call IOHIDManagerCopyDevices.If I manually enable ‘input monitoring’ privacy permission, then application can works normally.I'm looking for a solution of requesting authorization for Input Monitoring, just like authorization for Media Capture.https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/requesting_authorization_for_media_capture_on_macos?language=objcThanks in advance and best regards.
Posted
by YF.Fan.
Last updated
.