I have an app that uses the microphone, keyboard, and camera. It works well in Xcode, but in the app store it is apparently sandboxed and so it can't access the keyboard anymore.
I added com.apple.security.device.serial to my Entitlements, but just want to make sure that this does grant access to the keyboard.