bkonyi / FlutterGeofencing

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

[Question] how it is working after phone reboot (iOS) #33

Closed fvisticot closed 4 years ago

fvisticot commented 4 years ago

I try to develop the same kind of background plugin for Bluetooth.

Is it normal that IsolateNameServer.lookupPortByName returns null after phone reboot ? Any advice ?

fvisticot commented 4 years ago

After more investigation, the call to IsolateNameServer.registerPortWithName was made to late in the app. It is working now.