Hello! My game asking the user to enable microphone input when it launches. I never ask for microphone input in the game, I do use audio buses but only to play .wav files. Audio/driver/enable input is false. How can I stop this from happening?
Sorry I suggested something you had already said was off
All I can say is here it was late. Sorry again. Hope you get it fixed soon.
PS Perhaps this is of some help although it is old and to me it is all out of my depth TBH.
I asked the developer support, and they confirmed that the permission dialog is always shown when calling AudioDeviceCreateIOProcID for devices that have inputs when the app has audio input entitlement. If the app does not need audio capture, the dialog can be avoided by setting com.apple.security.device.audio-input to false in entitlements file.