Skip to content

Commit 79e4009

Browse files
authored
Update README.md
1 parent 4b198ee commit 79e4009

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,19 @@ pod install
4343

4444
## Installation common steps
4545

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+
4659
### Add Frameworks
4760

4861
In `Xcode` -> `Build Phases` -> `Link Binary With Libraries`, add `CallKit.framework` and `Intents.framework` with `Optional` status

0 commit comments

Comments
 (0)