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 set initial trigger false, i think that it means when adding geofencing will not notify about it, so i set it false
But when adding geofencing it will notify about it. it happened only ios
for (final geofence in geofences) {
await NativeGeofenceManager.instance.removeGeofenceById(geofence.id);
await NativeGeofenceManager.instance.createGeofence(geofence, geofenceTriggered);
}
The text was updated successfully, but these errors were encountered:
i set initial trigger false, i think that it means when adding geofencing will not notify about it, so i set it false
But when adding geofencing it will notify about it. it happened only ios
The text was updated successfully, but these errors were encountered: