Page 1 of 1

Microphone access request

Posted: Wed Aug 25, 2021 8:09 pm
by simon.schvartzman
Hi code savers, I'm working on an "old" App which until now was released as Ad-Hoc and now my challenge is to make it available in the App Store.

The App uses mergeAV to use the camera in order to read Barcodes.

The issue is that I'm getting the message to grant access to the Microphone which is not needed.

According to some old post I've seen this was an issue that was already fixed but even though I'm compiling with LC 9.6.3 the message keeps being sent.

I've also tried the workaround suggested before the bug was fixed

Code: Select all

        mergAVCamSet "microphone", empty
         mergAVCamCreate
but anyway I'm getting this annoying message and in order to approve Apple is asking me to explain why I need the microphone (which I can't explain)

What am I missing here? Is there any other way to get rid of the message?

Many thanks all