配置Universal Link

1. 苹果开发者后台配置
    https://developer.apple.com
    Account > Certificates, Identifiers & Profiles > Identifiers > Your Bundle ID > Capabilities > Associated Domains # check
    
2-1. 微信开放后台配置
    https://open.weixin.qq.com
    查看 > 开发信息 > 修改 > iOS应用 > iPhone & iPad > Universal Links: https://{YourDomain}/
2-2. QQ互联后台配置
    https://connect.qq.com
    应用管理 > 移动应用 > 查看 > 平台信息 > 修改 > iOS开发信息 # check
    URL Schema:        tencent{YourAppId}
    Bundle ID:        {Your Bundle ID}
    AppStore ID:    {digits}
    Universal Link:    https://{YourDomain}/qq_conn/{YourAppId}
2-3. 服务器json(上传到web根目录): "*" for weixin; "/qq_conn/{YourAppId}/*" for qq
    {
        "applinks": {
            "apps": [],
            "details": [
            {
                "appID": "U8ECKHHTDE.com.weiqibaodian.weiqi.GoBible",
                "paths": ["*", "/qq_conn/{YourAppId}/*"]
            }
            ]
        }
    }
    
3. 应用宝后台配置(不知道有没有意义,反正我是配置了)
    https://open.tencent.com
    应用开放平台 > Your App > iOS应用 > iPhone & iPad终端信息
    URL schema        tencent{YourAppId}://
    AppStore ID        {digits}
    Bundle ID        {Your Bundle ID}
    
4. Xcode {Your Project}
    Siging & Capabilities > Associated Domains > Domains: +
        applinks:{YourDomain}
    Info > URL Types > +
        Identifier: weixin,  URL Schemes: {YourWxAppId},         Role: Editor
        Identifier: tencent, URL Schemes: tencent{YourAppId},    Role: Editor
    

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值