I'm working on a UWP application which uses the Kinect, and is destined to run on an Xbox One.
The application has the "webcam" capability declared in Package.appmanifest
Whenever I modify, rebuild, and redeploy the application to the Xbox, it seems to "forget" that I have previously granted the app permission to access the camera, and I have to do it again (Settings -> Account -> Privacy & online safety -> App privacy -> Camera).
Is there any way I can avoid this behaviour, and have the Xbox remember that I've given permission for this app to access the webcam? Without knowing how this works internally on the Xbox, it seems like I'm actually granting webcam access to just this exact version of my app, including the build date. Makes for a very slow development cycle.