You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. ?
The text was updated successfully, but these errors were encountered:
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.
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. ?
The text was updated successfully, but these errors were encountered: