A POC project to test GeoFencing capabilities with Xamarin
A POC project to test GeoFencing capabilities with Xamarin
Goals achieved (in Android at the moment):
Xamarin.GooglePlayServices
nugets (42.1021.0 atm)TODO
Important!
If your app installed on external storage(SD card),
you will never receive boot completed action (See class GeofenceBootReceiver
).
So you have to specify android:installLocation=”internalOnly” in the manifest tag.
This is because android device will broadcast BOOT_COMPLETED action
before setting up the external storage.
How to fake location on a real Android device
There are a bunch of apps in Google Play that can fake the gps location.
Just install one of them. But for any them to work you´ll need to enable it in
Android settings > Development > Choose application to simulate location
Interesting links
https://developer.android.com/training/location/geofencing.html