Universal Links: declare NOT * for all urls and allow specific url

will it be possible? that every URL should https://<myHost.com>/* opens in browser only?

and only https://<myHost.com>/deeplink/* should open in app?

I declare path in apple-app-association file like this: "paths": [ "/deeplink/*”, "NOT *", ]

but it is not working

please suggest me solution?

Universal Links: declare NOT * for all urls and allow specific url
 
 
Q