Microphone access request

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
simon.schvartzman
Posts: 638
Joined: Tue Jul 29, 2014 12:52 am
Location: Brazil

Microphone access request

Post by simon.schvartzman » Wed Aug 25, 2021 8:09 pm

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
Simon
________________________________________
To ";" or not to ";" that is the question

Post Reply

Return to “iOS Deployment”