I am trying to certify an app that accesses the mic. When the app is run for the 1st time the big "Can xxx app use your microphone?" message appears. When that message is being displayed (and I have yet not pressed Allow or Block) the app appears to not
be suspendable, consequently the App Certification Kit reports fails to certify the app because it failed to respond to Suspend/Resume events.
If I first install the app, launch it, click "Allow to use mic..", close it and then launch the App Cert Kit all goes well.
Is this how the certification is supposed to be performed?
I have no control over the 'Can xxx use your microphone' message as it's displayed by the system in response to IAudioClient->Initialize(), so I wouldn't know what to do to make the app responds to Suspend events when the prompt is being shown.
Thanks.
Flavio.