CrossGeeks / GeofencePlugin

Geofence Plugin for Xamarin iOS and Android
MIT License
48 stars 22 forks source link

Never getting OnRegionStateChanged notification #41

Open branomalovec opened 2 years ago

branomalovec commented 2 years ago

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 using Pixel 2, Android 11. Location permission are enabled for app, have tried Geofencing android sample for Xamarin and that worked fine.

Can you please take a look or is there some working sample i could try?

Geoftest.zip