瀏覽代碼

Merge pull request #1556 from deltachat/allow_background_playback

allow playing voice messages in background
cyBerta 3 年之前
父節點
當前提交
4e27cae177
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/Info.plist

+ 1 - 0
deltachat-ios/Info.plist

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