How to disable HISE exported APP from requesting microphone permission in MAC system?
-
How to disable HISE exported APP from requesting microphone permission in MAC system?
I made a simple APP on MAC, which does not need to use the microphone, but when I open this APP, the system will prompt it to apply for microphone permission before opening it. I hope it can be opened directly without applying for permission -
@CatABC Check in the jucer file, under
Hardened Runtime Options
, if Audio Input is disabled as it should. And you can verify this in the XCode project as well.