[iOS 16.5] Deeplink does not redirect into app from universal URL

i implemented universal url support in iOS app where when we click on universal url, app was getting open in iOS 16.1 and below this OS version

Problem is: when same link we open from iOS 16.5 and iOS17 beta version, it is not opening app. it is opening browser instead.

my question is what happened with iOS 16.5 and above are they not supporting universal url?

Hi @DBox,

There has been no change in supporting universal links. Please post more information and I can help you out. Eg: where is your AASA being held? Does it redirect? Confirm your website's configuration allows access the AASA file in the .well-known directory, in all geographical locations, from any IP address. Specific IP addresses are not published as they cannot be guaranteed.

Hi, I'm also facing the similar issue. As previously, deep-linking worked smoothly, but currently, it's working in some versions and not in some. For ex -

  • 16.0 - Working
  • 16.4.1 - Working
  • 16.7 - Not Working
  • 17.0.3 - Not Working
  • 17.1.1 - Not Working

Can you please guide me, how to fix that issue. Did you find the solution for it?

Thanks.

[iOS 16.5] Deeplink does not redirect into app from universal URL
 
 
Q