首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >apple-app-site-association文件不适用于最新更改

apple-app-site-association文件不适用于最新更改
EN

Stack Overflow用户
提问于 2020-01-31 20:06:02
回答 1查看 445关注 0票数 0
代码语言:javascript
复制
Earlier AASA file was 
{
    "activitycontinuation": {
        "apps": [
            "APPID.BUNDLEID",
        ]
    },
    "applinks": {
        "apps": [],
        "details": [{
                "appID": "APPID.BUNDLEID",
                "paths": ["/join/*"]
            }
        ]
    }
}

It was working fine. Later URL change came and now we have /j/ instead of /join/. We changed AASA file to, 

{
    "activitycontinuation": {
        "apps": [
            "APPID.BUNDLEID",
        ]
    },
    "applinks": {
        "apps": [],
        "details": [{
                "appID": "APPID.BUNDLEID",
                "paths": ["/j/*"]
            }
        ]
    }
}

Issue is deep linking works with /join/ path only and not with the new path /j/. 

关联域名的值为*.domain.co。我们从设备上删除了应用程序,并重新安装了它。已重新启动设备,但深度链接仅适用于旧的URL。如果从缓存中取出AASA,那么如何清除它?

EN

回答 1

Stack Overflow用户

发布于 2020-02-03 14:34:12

从应用程序中心安装Dev App时,它会获得一个新更改的apple- app -site-association文件。解决了这个问题。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/60003594

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档