I test version 0.5.0 on simulator and it doesnt start after phone reboot.
I have used startMonitoringSignificantLocationChanges in #7 only in onTerminated which isn't invoked.
It works okay after reboot if implementation is moved in onStart method. The only difference that MonitoringSignificantLocationChanges will work when the app is in foreground and background. Should we move it to onStart?
I test version
0.5.0on simulator and it doesnt start after phone reboot.I have used
startMonitoringSignificantLocationChangesin #7 only inonTerminatedwhich isn't invoked.It works okay after reboot if implementation is moved in
onStartmethod. The only difference thatMonitoringSignificantLocationChangeswill work when the app is in foreground and background. Should we move it toonStart?