From cc47544428f9bd3552c70f1f251be429ebdfb7ba Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Tue, 9 Nov 2021 14:06:54 +0200 Subject: [PATCH] Add NSLocationAlwaysUsageDescription --- ios/Runner/Info-Debug.plist | 2 ++ ios/Runner/Info-Release.plist | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ios/Runner/Info-Debug.plist b/ios/Runner/Info-Debug.plist index 92b13fa..3966d2b 100644 --- a/ios/Runner/Info-Debug.plist +++ b/ios/Runner/Info-Debug.plist @@ -47,6 +47,8 @@ describe why your app needs permission for the photo library. NSLocationWhenInUseUsageDescription This app needs access to location when open. + NSLocationAlwaysUsageDescription + This app needs access to location when open. NSAppTransportSecurity NSAllowsArbitraryLoads diff --git a/ios/Runner/Info-Release.plist b/ios/Runner/Info-Release.plist index af41a86..dc96c7e 100644 --- a/ios/Runner/Info-Release.plist +++ b/ios/Runner/Info-Release.plist @@ -47,5 +47,7 @@ describe why your app needs permission for the photo library. NSLocationWhenInUseUsageDescription This app needs access to location when open. + NSLocationAlwaysUsageDescription + This app needs access to location when open.