微信分享立即返回app iOS

微信分享通用链接配置

https://www.jianshu.com/p/040213c02f68

 

示例

https://www.xxx.com/apple-app-site-association

{
    "applinks": {
        "apps": [],
        "details": [
            {
                "appID": "4C876K776K.com.xxx.xxx",
                "paths": [ "/app/*" ]
            },
            {
                "appID": "4C876K776K.com.xxx",
                "paths": [ "/b/app/*" ]
            }
        ]
    }
}

 

posted @ 2025-03-11 12:17  黄增松  阅读(17)  评论(0)    收藏  举报