HidDevice.FromIdAsync returns null with readwrite
问题 I am trying to port a library from classic desktop to UWP. It all works like planned except for one thing. When I try to open a HID connection to the device(A wiimote) it won't connect if the permissions are on readwrite. It does work with read only permissions. What could be the problem. The permissions in the manifest are set to the correct values. EDIT: I checked the DeviceAccessStatus to see if the permissions are not good but it returns DeviceAccessStatus.Allowed Manifest code