PlayCover/PlayTools

Enabling microphone access

Aperta

#170 aperta il 2 set 2024

 (1 commento) (0 reazioni) (0 assegnatari)Swift (122 fork)auto 404
good first issue

Metriche repository

Star
 (107 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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>

Guida contributor