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

This commit is contained in:
Claudio Costa 2022-02-14 22:00:32 +01:00 committed by GitHub
parent e2ac194a19
commit b073ba1d45
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>