How to set iOS Info.plist for Unity?
In order to access Microphone on iOS you need to edit Info.plist. Unity provides easy access in the Player Settings


Unity iOS Info.plist
To set
NSCameraUsageDescriptionfor the Info.plist make sure there is valid description of your use case in the Camera Usage Description in the iOS settingsTo set
NSMicrophoneUsageDescriptionfor the Info.plist make sure there is valid description of your use case in the Microphone Usage Description in the iOS settings
Last updated
Was this helpful?