You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have more than 40 geofences, but ios limit is only 20
I decided to update my 20 closest geofences when [enter/leaving my geofences]
Unfortunately, when i receive GeofenceEvent.exit in "Callback", i call
final list = await GeofencingManager.getRegisteredGeofenceIds();
and it return me
flutter: MissingPluginException(No implementation found for method GeofencingPlugin.getRegisteredGeofenceIds on channel plugins.flutter.io/geofencing_plugin)
Please help, thank you so much!
The text was updated successfully, but these errors were encountered:
I have more than 40 geofences, but ios limit is only 20
I decided to update my 20 closest geofences when [enter/leaving my geofences]
Unfortunately, when i receive GeofenceEvent.exit in "Callback", i call
final list = await GeofencingManager.getRegisteredGeofenceIds();
and it return me
flutter: MissingPluginException(No implementation found for method GeofencingPlugin.getRegisteredGeofenceIds on channel plugins.flutter.io/geofencing_plugin)
Please help, thank you so much!
The text was updated successfully, but these errors were encountered: