Receiving Location even when app is not running in Swift
问题 Still very new to Swift. I have come from an Android background where there is BroadcastReceiver that can deliver location info to a service even though the app isn't running. So I was looking for something similar in iOS/Swift and it appears that before this wasn't possible but it may be now. I am developing for iOS 10 but would be great if it was backwards compatible. I found startMonitoringSignificantLocationChanges which I can execute to start delivering location updates, although this