From 6f8b238cee62dc72e187764b97b2001f195a2c2d Mon Sep 17 00:00:00 2001 From: Ali Almoullim Date: Sun, 25 Aug 2019 23:21:36 +0300 Subject: [PATCH] add requirment for iOS 10.0+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4e68d2..8037b61 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Background Location -A Flutter plugin to get location updates in the background for both Android and iOS. Uses `CoreLocation` for iOS and `FusedLocationProvider` for Android +A Flutter plugin to get location updates in the background for both Android and iOS (Requires iOS 10.0+). Uses `CoreLocation` for iOS and `FusedLocationProvider` for Android PS: This project was originaly created by [@shah-xad](https://github.com/shah-xad/flutter_background_location) for Android only.