GeofencePlugin icon indicating copy to clipboard operation
GeofencePlugin copied to clipboard

Geofence Plugin for Xamarin iOS and Android

Results 26 GeofencePlugin issues
Sort by recently updated
recently updated
newest added

the code is running perfectly fine but i am not getting any entry/stay/exit notification

Not getting notifications, StayedInThresholdDuration not working properly Entry and OnStay methods hitting at the same time check below code please CrossGeofence.Current.StartMonitoring(new GeofenceCircularRegion("My Region", 10.8505, 76.2711, 52220) { //To get notified...

Do you have any sample implementation of the plugin ? i am planning to use this plugin for Xamarin Forms. Please advice

There are state changed geo-events, but no notifications on Pixel 3 running Android 10. The same phone can receive other push notifications within the same app. Please note that the...

Do you have something [like this](https://docs.microsoft.com/en-us/xamarin/essentials/geolocation?context=xamarin%2Fxamarin-forms&tabs=android#detecting-mock-locations) to detect when the user's location is faked with a Location Mock? How I can do that? If the answer is no, do you...

Getting this exceptions when calling `StartMonitoring` method in `App `Constructor `public App () { InitializeComponent(); MainPage = new NavigationPage(new MainPage()); CrossGeofence.Current.StartMonitoring(new GeofenceCircularRegion("asdsadasdasdas", 31.475085, 74.305833, 200.0) { NotifyOnStay = true, StayedInThresholdDuration...

Hello. I created a small APP using this plugin. On android everything works well, on Ios when I open the monitoring I receive a series of false notifications. Have you...

Hi, I've installed the latest version (1.0.1) to Xamarin.Forms(3.5.0.129452) project and followed the same set up what's described in the documentation. This issue only happens on Android where I'm trying...

I am using this NuGet on Android 7, 8 and 9 and if I close the app the geofence doesn't work anymore. It works while the app is open or...