How to set iOS Info.plist for Unity?
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to access Microphone on iOS you need to edit Info.plist. Unity provides easy access in the Player Settings
To set NSCameraUsageDescription
for the Info.plist make sure there is valid description of your use case in the Camera Usage Description in the iOS settings
To set NSMicrophoneUsageDescription
for the Info.plist make sure there is valid description of your use case in the Microphone Usage Description in the iOS settings