# 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**

<figure><img src="https://3152232848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWHF2U_tfZEUaf_IsL-%2Fuploads%2FeatWctOKEdtmTHsXdjYf%2FIOS%20Player%20Settings.png?alt=media&#x26;token=450ff7f1-7922-43ba-b7f8-761bbc5a7ca8" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3152232848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWHF2U_tfZEUaf_IsL-%2Fuploads%2FrwOVLmVjHj81OHa3w697%2FIOS%20PInfo.png?alt=media&#x26;token=023a55d3-843f-4d2f-9be8-0cc85c93179a" alt=""><figcaption></figcaption></figure>

## Unity iOS Info.plist &#x20;

* 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**
