ios – Exclude rule not working in apple-app-site-association file for URLs containing `#` sign


I’m facing an issue with deep links in iOS. I have a URL that needs to be excluded, and it includes a # sign, for example, https://www.someurl.com/#/register.

I’ve tried excluding this path in the apple-app-site-association file using the following declarations:

{
  "/": "/#/register/*"
  "exclude": true
},
  "/": "/#/register/",
  "exclude": true
},
{
  "/": "/#/register",
  "exclude": true
}

Despite declaring the exclude rule in the association file, the deep link still opens the app from the web browser. If you’ve encountered a similar issue and found a solution, I would greatly appreciate it if you could share your experiences.

Latest articles

spot_imgspot_img

Related articles

Leave a reply

Please enter your comment!
Please enter your name here

spot_imgspot_img