I have three iOS devices running the same OS version 14.6 and only two of them opens the links; the third opens the browser.
We cannot release-to-store until we have resolved this.
Naturally, I've registered the link structure using the apple-app-site-association file in the app, and have overidden OnAppLinkRequestReceived(Uri uri) in App.xaml.cs in the Xamarin Forms project, and have registered the AppLinkEntry in AppDelegate.
When clicking on a link of that pattern in an email, the first two devices (as follows) opens the app and fires OnAppLinkRequestReceived, and yet the third device - latest iPhone 12+ also on 14.6 - merely opens the browser when the same link is clicked in an email.
This is bizarre, I would expect them to all behave the same.
Opens Link:
iPhone - 6S (running 14.6)
iPad - 6th Generation (running 14.6)
Does NOT open Link:
iPhone 12+ (running 14.6)
Any ideas?
Kind regards.