PlayCover/PlayTools

Enabling microphone access

Open

#170 opened on Sep 2, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Swift (122 forks)auto 404
good first issue

Repository metrics

Stars
 (107 stars)
PR merge metrics
 (PR metrics pending)

Description

In order to enable microphone access, the following must be added to the info.plist:

<key>com.apple.security.device.audio-input</key>
<false/>
<key>NSMicrophoneUsageDescription</key>
<string>Anything</string>

Contributor guide