Replies: 1 comment 1 reply
-
Thanks for posting this solution! It was exactly my problem |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just spent a while figuring this out and thought I would share my experience...
MacOS / Mac Catalyst based applications can be configured to run in a 'sandbox' mode (com.apple.security.app-sandbox). If you are distributing on the app store this is a requirement. If this is the case the 'com.apple.security.device.usb' entitlement must be applied. Otherwise USB based HID devices will not be detected. DeviceList.Local.GetHidDevices() will return an empty list
Beta Was this translation helpful? Give feedback.
All reactions