LocationManager
LocationManager copied to clipboard
launchOptions always nil
if ([launchOptions objectForKey:UIApplicationLaunchOptionsLocationKey])
this condition always false as launchOptions = nil . all time.
Can u plese suggest what kind of changes need to do for this. ?
I'm only seeing UIApplicationLaunchOptionsLocationKey on simulator and device (17.4) when scene lifecycle is disabled by removing the manifest from the Info.plist.
When scenes are enabled, both the app delegate launchDict and scene delegate launch dict doesn't contain it. They might not have bothered to port it from app delegate to scene delegate.