Steps:
User Clicks on Universal Link, opens in safari, if they don't have the app then a cookie is set and the app store opens.
User opens newly downloaded app, upon initial launch, SFSafariViewController is opened with a different URL that checks for that initially set value / cookie and then calls URL Scheme with the value.
The problem I'm having is that the SFSafariViewControlelr can't get the value set in the initial Safari App. What are some alternative solutions to achieve this goal? I'm very new to Universal Links / URL Schemes and not sure how to achieve this goal.
Thank you!