Keep audio on when app is on background (#5959)
This commit is contained in:
parent
e2ac194a19
commit
b073ba1d45
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@
|
|||
</array>
|
||||
<key>UIBackgroundModes</key>
|
||||
<array>
|
||||
<string>audio</string>
|
||||
<string>fetch</string>
|
||||
<string>remote-notification</string>
|
||||
</array>
|
||||
|
|
|
|||
Loading…
Reference in a new issue