Skip to content

Update Geofencing in Callback method #86

@nguyenphuc1995

Description

@nguyenphuc1995

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)

Screenshot 2022-06-02 at 12 07 42

Please help, thank you so much!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions