What happens if I call startUpdatingLocation
while startMonitoringSignificantLocationChanges
is running? Does significantLocationChange monitoring get stopped? If I then stopUpdatingLocation
will significantLocationChange monitoring continue or restart?
I can find no documentation covering the interplay between these two ways of monitoring location.
startUpdatingLocation
after you get astartMonitoringSignificantLocationChanges
in the backgroundState? – Hankhanke