I have previously used iMessage in my Xcode UI tests to simulate launching a deep link into my app. The test types out a message with a link in it, then taps on the metadata bubble to launch the link.
As of iOS 14 the simulator is not displaying the bubble during these tests. This means I have no way to simulate a link tap. For whatever reason, launching the simulator myself and typing in the link does produce the bubble.
Has anyone else had this issue, or found a resolution? Thanks.
As of iOS 14 the simulator is not displaying the bubble during these tests. This means I have no way to simulate a link tap. For whatever reason, launching the simulator myself and typing in the link does produce the bubble.
Has anyone else had this issue, or found a resolution? Thanks.