From 4c658c543c98f4a080aeecbd733347cd8782c5d6 Mon Sep 17 00:00:00 2001 From: Nick Morrell Date: Fri, 19 Jul 2019 16:54:01 -0400 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bc6f102..369fe37 100644 --- a/README.md +++ b/README.md @@ -124,3 +124,10 @@ Field | Type | Note `ENTER` | `string` | Event for when a user enters a [boundary](#boundary) `EXIT` | `string` | Event for when a user exits a [boundary](#boundary) +## Common Issues + +Error | Platform | Note +-------- | --------- | ---- +1000 | Android | You'll see this error thrown on `add` when GeoFencing is not available. On Emulator go to Settings -> Location -> Mode -> Click "High Accuracy" or "Battery Saving" then accept the agreement. + +