- I have an email section inside my ios application and we are receiving links in email messanger, now the problem is when I tap on that link I am not able to get Branch parameters like reference_id, etc... and because of that not able to navigate to specific screens.
In short, we can navigate outside the application using Branch.getInstance().initSession(launchOptions: launchOptions) inside the appdelegate, didFinishLaunchingWithOptions method however is it possible to get Branchs params as? [String: AnyObject] inside the application, and yes then how we can access that?*