I am running the Marketplace Test Kit in preperation for submission to the Marketplace and the automated tests is claiming I am using ID_CAP_NETWORKING
and ID_CAP_MICROPHONE
. I am not using the microphone or any audio code anywhere within the application.
I have double checked the references/code for the items listed in the Rules.xml in the SDK folder and cannot find any reference to any of them.
Why is the Marketplace Test Kit claiming that the application requires ID_CAP_MICROPHONE
?
In order to ID_CAP_MICROPHONE
appear on you app, you or a 3rd party component must have a reference to Microsoft.Xna.Framework.Audio.Microphone.
So either remove your code that references that class or the 3rd party component that does!