Url-scheme is not working

Hi everyone!

Tried to find out the solution by myself, but I failed =)

Problem: I have one app on both iPhones, but the url_scheme works differently on them. 1 phone: Click at web link to the app – opens app 2 phone: click at web link to the app – opens web version.

Tried to find info in logs, but didn't find answers there. Associations works correctly, cause on other phones everything works fine.

Can you please help me to find out the reason? Maybe some info about what I need to search in logs or maybe you've faced the same problem.

Hi @AlexeyWooden ,

First of all, can you verify that you are using universal links (meaning you have applinks and an AASA file) and not some sort of custom URL scheme?

If so, take a look at this technote on debugging universal links and follow the steps in "Test universal links behavior". This will help you check if the defaults have been set to not open universal links on this iPhone. If you see the option to open in app show up when you long-press on the URL in Notes, universal links are working as expected.

Url-scheme is not working
 
 
Q