I am developing a mobile application and I find the NSMicrophoneUsageDescription permission is added to the application by default.
To trouble shoot this I created another sample application with an empty home screen and tried to create an iOS build with the same provision file and app identifier.
Then when I checked the Info.plist file of the applciation I could find NSMicrophoneUsageDescription in that.
Is there any way to remove this permission?