Apps can be "woken" with [launchOptions objectForKey:UIApplicationLaunchOptionsLocationKey] true if the app is monitoring significant (or region) location changes, in which case the app has been woken by the system.
The location manager then needs recreating, and monitoring started, to get (and store) the new location.
Apps can be "woken" with [launchOptions objectForKey:UIApplicationLaunchOptionsLocationKey] true if the app is monitoring significant (or region) location changes, in which case the app has been woken by the system.
The location manager then needs recreating, and monitoring started, to get (and store) the new location.