Browse Source

[iOS] Mark the app as VoIP

master
Lyubomir Marinov 9 years ago
parent
commit
fab93a170e
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      ios/app/Info.plist

+ 6
- 0
ios/app/Info.plist View File

65
 		<string>jitsi.ttf</string>
65
 		<string>jitsi.ttf</string>
66
 		<string>FontAwesome.ttf</string>
66
 		<string>FontAwesome.ttf</string>
67
 	</array>
67
 	</array>
68
+	<key>UIBackgroundModes</key>
69
+	<array>
70
+		<string>audio</string>
71
+		<string>fetch</string>
72
+		<string>voip</string>
73
+	</array>
68
 	<key>UILaunchStoryboardName</key>
74
 	<key>UILaunchStoryboardName</key>
69
 	<string>LaunchScreen</string>
75
 	<string>LaunchScreen</string>
70
 	<key>UIRequiredDeviceCapabilities</key>
76
 	<key>UIRequiredDeviceCapabilities</key>

Loading…
Cancel
Save