Copy link to clipboard
Copied
As the title says, now I get a prompt in IOS 7 when playing a video in the iPad. Why is AIR asking for microphone access? How can I prevent it? I'm not actually using the microphone at all in my app.
Thank you!
Copy link to clipboard
Copied
Which AIR SDK version you are using? Could you please give a try with latest AIR SDK version available at http://labs.adobe.com/downloads/air.html if not using already.
Regards,
Nimit
Copy link to clipboard
Copied
I'm using the latest beta (AIR 3.9.0.880). Unfortunately I can't reproduce this again because after selecting anything in that alert box (allow or not allow the microphone), iOS saves the setting and the alert box doesn't appear anymore, even after uninstalling and installing my app again!
I've tried going to Settings / Privacy / Microphone and I can see my app listed, but I can only set microphone access on or off, but not remove the entry completely, so I get asked again.
Any ideas?
Copy link to clipboard
Copied
You need to change the id in the application.xml for this.
Regards,
Nimit
Copy link to clipboard
Copied
General > Reset > Reset Location & Privacy.
After all privacy settings are reset, the alert box will appear again.
Copy link to clipboard
Copied
The previous AIR build fixed the microphone issue, and the current build should still have that fixed:
http://labs.adobe.com/downloads/air.html
Copy link to clipboard
Copied
Thanks for the tip, @hdoidoi! I've reset the privacy settings and then run again my app compiled with AIR 3.9.0.880 and the microphone prompt doesn't appear. So it seems the first time I tested I was still using AIR 3.8, sorry for the confusion.
So this has been fixed in the 3.9 release. Thanks!