I'm using easyar 3,1 and microphone access is enabled by default. But, I'm not using recording features, so I don't need access to this sensitive feature.
For Android, I have deleted permission inside Android manifest file and it works fine.
For iOS, how can I disable microphone access from Unity ? if I delete microphone access from info.plist in xcode, my app get rejected by app store connect, because they find reference to the microphone in the code, without key permission.
Thank you for help.