A few members on our team are failing the entitlement check in our app
even though they are subscribed to the release channel they have
installed. Any ideas on what to try to fix this?
I am using the OVRInput module on Unity version 2020.3.29f. When I query
`OVRInput.IsControllerConnected(OVRInput.Controller.LTouch)` it returns
true even when the battery is removed from the controller. This seems to
return true for all of `Touch`, ...