From c68f7dbdfb2c01d792997c78f3b7b43f322d3126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20V=C3=A4limaa?= Date: Thu, 11 Jun 2026 16:22:36 +0800 Subject: [PATCH] docs: add ios background modes to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a05753a0..39346017 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,15 @@ To set up, specify your API key in the application delegate `ios/Runner/AppDeleg ``` +#### Add the correct background modes to Info.plist file +```xml +UIBackgroundModes + + location + audio + +``` + ## Usage ### Initializing Navigation