Documentation

​
​

Development

User Acquisition

Monetization

Industry

Vivox Core SDK

Vivox Core SDK

Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
    • Client SDK basics
    • Channels
    • Presence management
    • Messaging
    • Manage audio
    • Couch co-op
    • Android app development
    • iOS app development
    • macOS app development
      • Required entitlements and Info.plist settings for macOS apps
    • Windows app development
    • Real-time recording
    • Speech-to-text audio transcription
    • Text-to-speech
    • Troubleshooting
  • Reference
  • Privacy overview
  1. Vivox Core SDK documentation
  2. macOS app development

Required entitlements and Info.plist settings for macOS apps

Review mandatory settings needed for macOS applications.
Read time 1 minute
Last updated 8 months ago

The following Info.plist property and entitlements need to be used for the Vivox SDK to work on macOS devices.

NSMicrophoneUsageDescription
property

The NSMicrophoneUsageDescription property must be included in your Info.plist in your Xcode project settings. Use it to describe what purpose your app will use the device’s microphone for; this will be displayed when requesting microphone permission.

Entitlements

When shipping an application through the Mac App Store, you must include the
com.apple.security.device.microphone
entitlement. Add this entitlement for your app to use the device’s microphone if you are shipping a sandboxed app in the Mac App Store.
When shipping an app that’s notarized and shipped outside the Mac App Store, use the
com.apple.security.device.audio-input
entitlement. Add this entitlement for your app to use the device's microphone if you are shipping with Hardened Runtime enabled to ship outside Apple's Mac App Store.
You can view code samples for these settings and entitlements in the SDKSampleApp under /Source/MediaCaptureAuth.cpp in the macOS distribution files.
For more information, see How to: Request/check iOS & macOS microphone permission in Unity or Apple’s official documentation for requesting authorization of media capture on macOS.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • NSMicrophoneUsageDescription property

    • Entitlements


Report a problem with this page