PlayCover/PlayTools

Enabling microphone access

Ouverte

#170 ouverte le 2 sept. 2024

 (1 commentaire) (0 réaction) (0 personne assignée)Swift (122 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (107 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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>

Guide contributeur