App Conditions
- In our
AppDelegatewe returntruefromapplication:continueUserActivity:restorationHandler: - We have
IntercomUniversalLinkDomainsconfigured in theInfo.plistfile
Steps to Reproduce
- Open and intercom chat and type in the link
https://www.nuuly.com/feedback
- Tap on the link, once it becomes tappable in Intercom chat
Expected Behavior:
Do not open Safari when a url is matched with an entry from IntercomUniversalLinkDomains and ONLY handle in application:continueUserActivity:restorationHandler: returns true
Actual Behavior
App handles link in application:continueUserActivity:restorationHandler:b but Safari also opens the link before App can handle it
Intercom SDK: 17.0.0
iOS: 17.2
