Answered

iOS SDK universal link keeps opening Safari

  • 13 November 2023
  • 1 reply
  • 125 views

In our app we are sending Intercom Posts with universal links in them and opening a link from a post within the app does both - triggers the deeplink action and also opens Safari. In our AppDelegate we return true from application:continueUserActivity:restorationHandler: and even when we completely remove all deeplink related logic and the method contains nothing but return true it still opens Safari, this behavior contradicts to what's written here. We have IntercomUniversalLinkDomains configured in the Info.plist file.

 

Expected behavior: Do not open Safari when a url is matched with an entry from IntercomUniversalLinkDomains  and application:continueUserActivity:restorationHandler: returns true.

iOS SDK version 16.2.3

 

 

icon

Best answer by Eden 17 November 2023, 22:49

View original

1 reply

Userlevel 3
Badge

Hey @Karlis Lapsins 👋 Eden from the support engineer team here.

 

This may require a bit more digging and details, so I have escalated this with the Support team as a conversation. They will respond to you there as soon as possible! 👍

Reply