Skip to content

Commit 5dae339

Browse files
docs: add ios background modes to readme (#612)
1 parent de4eabe commit 5dae339

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,15 @@ To set up, specify your API key in the application delegate `ios/Runner/AppDeleg
142142

143143
```
144144
145+
#### Add the correct background modes to Info.plist file
146+
```xml
147+
<key>UIBackgroundModes</key>
148+
<array>
149+
<string>location</string>
150+
<string>audio</string>
151+
</array>
152+
```
153+
145154
## Usage
146155

147156
### Initializing Navigation

0 commit comments

Comments
 (0)