Issue with deep linking in iOS applications

Issue: We are currently experiencing an issue with deep linking in iOS applications when Microsoft Edge is set as the default browser on the device. Users, upon receiving an invitation link in their mail and attempting to open the app (if installed) via the link, encounter a problem where the Edge browser opens the app store as a popover. However, it's important to note that this URL functions correctly with Safari.

Attempts So far:

The integration of deep linking in iOS has been correctly implemented.

I have also verified the Apple App Site Association (AASA), which is deployed on the backend site, facilitating redirection to the application on mobile.

Testing the same scenario with other browsers revealed that this link does not work with Chrome, Brave, and Edge, excluding Safari.

Reviewing the Deep Link URL, it complies with the safe link policy. Removing the safe link policy from the URL and attempting to open it in Edge and other browsers results in seamless functionality.

I have tested the safe link with the Amazon product, It’s not working with the Edge browser.

I have raised the same concern with Microsoft Learn, Microsoft Community, and Stack Overflow.

For reference, I am attaching the safe link (Non-working) and the normal link (Working Link) with this story.

**Non-Working Link: ** https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2F%3CSITELINK (Eg.***.yyy.com)>.%2FteamDay%3FteamDayId%3DHTWmmt7cmYyd7LawwhMq5%2BMyNt%2Bf8eUCz25pzmsTUMo%3D%26domainUrl%3Dhttps%3A%2F%2Fxxx.dev.com&data=05%7C02%7C<username>%40<company domain>%7Cb6ffab414d034bbceb0108dbfd382f0c%7C454af8f364734bce8aa5f9403e1d1271%7C0%7C0%7C638382189984623308%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=B5rzVQ0alWjIsT7ycI2oZrNjeVPM%2BeoMk0YDpMZk6q4%3D&reserved=0

Working Link: https://***.yyysoftware.com/teamDay?teamDayId=p0RQIAsd4vaTk1yHGuTUdBCDmP0ZK1CuR8Q3JfSPJvU=&domainUrl=https://***.dev.com

Issue with deep linking in iOS applications
 
 
Q