iOS Universal links or contextual links are not working consistently in simulator

Viewed 38

We have solid tests for universal links, and We are using the Spotlight to open links in the simulator.

Test steps: Open Spotlight, past the universal links, and tap enter

The expected result should be open the links in App.

The problem often opens in a browser even though the App is already installed. It is not consistent behavior. We cannot find out why links are opening in the browser. The link should be open in the App all time. The same links are working fine with an actual device. It is only happening in the simulator.

All have the same Xcode, simulator version, and another environment.

Xcode Version : Version 13.4.1 (13F100)

1 Answers

Contextual links will not bring up the app when used from a web view component, not sure if spotlight works the same. Answer from another team member, would it be possible to open the notes or contact app and click from there?

Related