bkonyi / FlutterGeofencing

Rough work for Flutter geofencing plugin
BSD 3-Clause "New" or "Revised" License
338 stars 220 forks source link

[question / understanding] how it is working after reboot ? #34

Open fvisticot opened 4 years ago

fvisticot commented 4 years ago

on iOS, I try to understand the workflow when smartphone is restarting and a geofence event occurs.

Why do we need to call startGeofencingService in the didFinishLaunchingWithOptions method ?

This method is called as well in the dart main file when the Flutter app is starting: await GeofencingManager.initialize();

I think, I do not understand what is happening after smartphone reboot and Flutter application state...

Can you please explain ?