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

Hi, I've been having the following issue since targeting the framework to 33. An alert popups up with the following message when starting monitoring and it crashes. This happens only...

in multiplatform app iOS app works ok, starts, triggers events for android when trying to run app I am getting `Error AMM0000: android:exported needs to be explicitly specified for element...

After adding the Geofence plugin 1.8.11 to my project I started getting the error "java.exe" exited with code 1 for the Xamarin Android project when trying to build. I remove...

I did create simple empty project and added your plugin. Implemented listener, called StartMonitoring but OnRegionStateChanged notification was never called. OnLocationChanged and OnMonitoringStarted are called. My project is attached. I'm...

In our app we are getting the below exception in playstore crash logs. android.runtime.JavaProxyThrowable: at Plugin.Geofence.CrossGeofence.get_Current () [0x0000c] in :0 at Plugin.Geofence.GeofenceBootReceiver.OnReceive (Android.Content.Context context, Android.Content.Intent intent) [0x00000] in :0 at...

Application crashes on release build with the following stack trace. This is a Xamarin Forms application. Any help is appreciated. **GeofenceImplementation.IsLocationEnabled (System.Action`1[T] returnAction) Java.Lang.IncompatibleClassChangeError: no "Lcom/google/android/gms/location/SettingsApi;" field "SettingsApi" in class...

I got the following error when I am trying to call "CrossGeofence.Current.StartMonitoring()", it works fine on my iOS project. I installed 1.8.11 version from NuGet package manager. -------------------------------- This functionality...

When starting monitoring, there is an error message "CrossGeofence - Error: CrossGeofence - You need to enabled Location Services" Location services are definitely enabled. I have followed the instructions precisely....

public GeofenceCircularRegion(GeofenceCircularRegion region) doesn't set NotificationEntryMessage, NotificationExitMessage and NotificationStayMessage from region.

When I clean the application data (including cache) and run CrossGeofence.Current.StartMonitoring. The plugin crash and the exception is: Message: System.NullReferenceException: 'Object reference not set to an instance of an object.'...