iOS
Overview
<key>NSMicrophoneUsageDescription</key>
<string>My app uses the microphone to record your speech and convert it to text.</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>Last updated
<key>NSMicrophoneUsageDescription</key>
<string>My app uses the microphone to record your speech and convert it to text.</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>Last updated