We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b198ee commit 79e4009Copy full SHA for 79e4009
README.md
@@ -43,6 +43,19 @@ pod install
43
44
## Installation common steps
45
46
+### Info.plist
47
+
48
+Add `voip` under `UIBackgroundModes`
49
50
+Note that it must be done via editing `Info.plist` as in Xcode 9 there is no `voip` option in `Capabilities`.
51
52
+```
53
+<key>UIBackgroundModes</key>
54
+<array>
55
+ <string>voip</string>
56
+</array>
57
58
59
### Add Frameworks
60
61
In `Xcode` -> `Build Phases` -> `Link Binary With Libraries`, add `CallKit.framework` and `Intents.framework` with `Optional` status
0 commit comments