单击深链接后,我想将用户导航到特定的视图控制器
如果用户已经安装了应用程序,则可以使用应用程序委托中的以下方法来执行此操作
application(_ application: UIApplication, didReceiveRemoteNotification userInfo: [AnyHashable : Any], fetchCompletionHandler completionHandler: @escaping (UIBackgroundFetchResult) -> Void)
但是如何将用户导航到所需的ViewController以便首次安装应用程序