From 1df377afd29ed74ce7a69f6697093a20667c2fd2 Mon Sep 17 00:00:00 2001 From: Bastien Siebman Date: Mon, 10 Mar 2014 09:06:38 +0100 Subject: [PATCH] Adding warning about possible AppStore rejection --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cab364b..90f8833 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,9 @@ The app still runs in background, even if the location service is not actived. **iOS 7**
The location service needs to be enabled. +**AppStore**
+Warning: if you use this plugin but your app does not require any persistent geolocation (eg you do nothing with the geolocation values), your app will be rejected by the AppStore review team (there is at least one predecedent). + ### Optimization on WP8 By default the plugin will track for geo updates while the application is in background and foreground. To stop tracking in foreground, the `MainPage.xaml.cs` file needs the following 2 methods: ```c#