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

View File

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