[TIMOB-26486] Compiling for Android on Mac asks for Microphone Permission
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2018-10-29T02:13:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Rene Pot |
Assignee | Unknown |
Created | 2018-10-19T09:29:57.000+0000 |
Updated | 2018-10-29T02:13:27.000+0000 |
Description
When compiling an app for Android on Mac I get a popup asking me for microphone permission. This of course is not needed for anything but weird nonetheless. This should be removed.
Attached image is of the popup
Attachments
https://www.idownloadblog.com/2018/08/16/howto-mac-camera-microphone-permission/ https://apple.stackexchange.com/questions/332673/what-and-how-does-macos-mojave-implement-to-restrict-applications-access-to-pers "By default, macOS Mojave prevents all apps using its AVFoundation API from getting microphone or camera data without your consent. When you open an app for the first time that wants to access that hardware, the system pulls up a permission prompt." Need to investigate why Appcelerator Studio requires Microphone permission and where it's accessing the AVFoundation API's! clueless at this moment!
I do not think the issue is with Appcelerator studio, the prompt is shown with whatever program is launching the emulator. I have received the prompt with terminal and android studio !Screen Shot 2018-10-23 at 2.49.53 PM.png|thumbnail!
While running the android emulator/device it's trying to ask for the system permission to access the microphone. I wonder do we need to change something in the titanium android sdk to avoid this prompt. [~gmathews] [~aee]
This is also happening for us on native Android, so this issue is not Ti-related.