In iOS 11 startMonitoringSignificantLocationChanges working fine in background but not working if killed the app.
But in iOS 10 its working in both background and killed state.
Please help on this.
I am using NSLocationAlwaysAndWhenInUseUsageDescription and NSLocationWhenInUseUsageDescription both key i added in plist. Always authorization i am getting. Even in background its working fine. but if kill the app, location update is not working.
What i have to do fix this issue? Please help on this.
Last one week i am searching for this.