Reputation: 779
When I open a branch generated link through a third-party app, it opens in a Safari View Controller and won't open my app directly when it is already installed on my phone. Whereas clicking on the link through another app that doesn't open links in Safari View Controller results in opening the app directly as expected. Anyone know how to fix this issue?
Upvotes: 0
Views: 644
Reputation: 13633
Apple has not yet enabled Universal Linking behavior in SFSafariViewController
, so this is unfortunately the expected behavior. Branch is maintaining a list of apps that support Universal Links, which you might find useful.
As a workaround, you could consider using Branch's Deepviews feature to avoid sending these users directly to the App Store.
Upvotes: 1