bkonyi/FlutterGeofencing

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

Opened this issue · 0 comments

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 ?