Keep audio on when app is on background (#5959) (#5966)

(cherry picked from commit b073ba1d45)

Co-authored-by: Claudio Costa <cstcld91@gmail.com>
This commit is contained in:
Mattermost Build 2022-02-14 22:09:18 +01:00 committed by GitHub
parent a833a936e2
commit 18ae9fd11f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,7 @@
</array>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>fetch</string>
<string>remote-notification</string>
</array>