Ti.Android.Geofence
Ti.Android.Geofence copied to clipboard
A Geofence solution for Appcelerator Titanium Android
```javascript [ERROR] : TiExceptionHandler: (main) [9051,29263] Context.startForegroundService() did not then call Service.startForeground() [ERROR] : TiExceptionHandler: [ERROR] : TiExceptionHandler: android.app.ActivityThread$H.handleMessage(ActivityThread.java:2204) [ERROR] : TiExceptionHandler: android.os.Handler.dispatchMessage(Handler.java:108) [ERROR] : TiExceptionHandler: android.os.Looper.loop(Looper.java:166) [ERROR] : TiExceptionHandler:...
I am seeing a delay of up to 2-3 minutes on entering a fence, before the entered event is triggered. I have added in my own Ti.Geolocation event listener and...
Hi, I am trying to fake GPS location using this https://play.google.com/store/apps/details?id=com.incorporateapps.fakegps.fre, to test my app, I have also tried others fake gps apps with the same result. I have setup...