Universal link doesn't work preperly in Instagram webview

265 Views Asked by At

I implemented a universal link for app and it works properly when I call it from Apple Notes, slack and etc, but it can't open the app when it is called from a link in Instagram, what should I do?

the AASA is

{
    "applinks": {
        "apps": [],
        "details": [
            {
                "appIDs": [
                    "XXXXXXX.XXX.XXXXXX",
                    "XXXXXXX.XXX.XXXXXX.beta"
                ],
                "components": [
                    {
                        "/": "/l/*",
                        "comment": "Universal links for stores."
                    },
                    {
                        "/": "/reservation*",
                        "comment": "Universal links for reservation in previous configuration."
                    },
                    {
                        "/": "/store*",
                        "comment": "Universal links for stores in previous configuration.."
                    }
                ]
            }
        ]
    }
}
0

There are 0 best solutions below