Fix voice messages on iOS
This commit is contained in:
parent
ef50da49c0
commit
267b989786
2 changed files with 129 additions and 0 deletions
|
|
@ -50,5 +50,11 @@
|
|||
</array>
|
||||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||
<false/>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>FluffyChat uses the microphone to record voice messages.</string>
|
||||
<key>UIBackgroundModes</key>
|
||||
<array>
|
||||
<string>audio</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue