From 9f8a3b36fc0a0a568c455584d01752e131492f7d Mon Sep 17 00:00:00 2001 From: Shimaa Hassan Date: Sun, 27 May 2018 12:16:35 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8095011..135a439 100644 --- a/README.md +++ b/README.md @@ -501,6 +501,16 @@ dispatch it after Map Loaded to show GPS button } ``` +**Don't forget to add permissions** to Info.plist +``` +NSLocationAlwaysAndWhenInUseUsageDescription +to show nearest area to you +NSLocationAlwaysUsageDescription +to show nearest area to you +NSLocationWhenInUseUsageDescription +to show nearest area to you +``` + #### Start Updating Location dispatch it after check location service to start updating user location and showing nearest places to user