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. ?