I need to push a viewcontroller when open
- (BOOL)application:(UIApplication *)application
openURL:(NSURL *)url
options:(nonnull NSDictionary<NSString *,id> *)options
method is called.
It is working fine when app is in background. But when I have killed the app and the link is clicked, it is not getting pushed. I have a tab bar controller setup in didFinishLaunch
method. Will didFinish be called after openURL
?