0

I'm trying to add a negation to a universal deep link on android in the manifest file. where for example I have this site for example: smth.com and I want to deep link anything under smth.com/..* and avoid deep linking on smth.com/somePage/somePath...etc

Something similar to the 'NOT /path/path' on apple's apple-app-site-association config file.

Its working fine on iOS through apple-app-site-association config file. we tried loading the app then pushing back to the browser after the app loads (on the splash screen) but that solution doesn't fit what I'm trying to implement. I'm trying to do something seamless where the link is excluded from the application dynamically without loading the application.

0 Answers0