Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not trigger with a subdomain on iOS #183

Open
wijesijp opened this issue Jun 6, 2023 · 1 comment
Open

Does not trigger with a subdomain on iOS #183

wijesijp opened this issue Jun 6, 2023 · 1 comment

Comments

@wijesijp
Copy link

wijesijp commented Jun 6, 2023

I have following in my apple-app-site-association file

{
    "applinks": {
        "apps": [],
        "details": [
            {
                "appID": "oooo",
                "paths": [ "*" ]
            }
        ]
    }
}

In associated domains I have added it with a subdomain like applinks:dev.abc.com
The application does not seems to get triggered.

However if I add applinks:abc.com as associated domain the application does get trigged.

Is there a way to get it working?

@LeonardoRosaa
Copy link

If your site uses multiple subdomains (such as example.com, www.example.com, and support.example.com), each requires its own entry in the Associated Domains Entitlement, and each must serve its own apple-app-site-association file.

You must provide the apple-app-site-association for each subdomain once a time your domain has subdomains and you would like to associate them with your app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants