Firebase动态链接无法打开iOS应用 [英] Firebase dynamic link not opening iOS app

查看:86
本文介绍了Firebase动态链接无法打开iOS应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

不得不提的是,此动态链接之前已经工作,并且由于某种原因突然停止工作.

Have to mention this dynamic link was working before and suddenly for some reason stop working.

这是动态链接: autobavaria1491911550production.page.link

并且这是在功能中添加到关联域"的链接:applinks:autobavaria1491911550production.page.link

and This is the link added to Associated Domains in capabilities: applinks:autobavaria1491911550production.page.link

,并用apple-app-site-association测试后,结果是:

and after testing with apple-app-site-association the result is:

{
  "applinks": {
    "apps": [],
    "details": [
      {
        "appID": "K9B6CPM5NB.com.whipmobility.ios.operation",
        "paths": [
          "NOT /_/*",
          "/*"
        ]
      },
      {
        "appID": "S5Q34K6U59.com.autobavaria.ios.customer",
        "paths": [
          "NOT /_/*",
          "/*"
        ]
      }
    ]
  }
}

com.autobavaria.ios.customer是我要打开动态链接的程序包名称,可在应用程序关联中找到,但没有发生,是的,在Firebase控制台中添加了App Store ID和团队ID,为什么会这样?

com.autobavaria.ios.customer is the package name I want the dynamic link to open, which is available in app association but its not happening, and yes App Store ID and team ID is added in firebase console, any idea why is this happening?

推荐答案

  1. 删除您的应用
  2. 重新启动设备.
  3. 重新安装您的应用并进行测试.

根据firebase,有时下载与您的域关联的"apple-app-site-association"文件时会出错.这就是它发生的原因.

As per firebase, sometimes error comes while downloading "apple-app-site-association" file associated with your domain. That's why it happens.

观看此视频: https://youtu.be/KLBjAg6HvG0?t=483 获得调试帮助.

Check out this video: https://youtu.be/KLBjAg6HvG0?t=483 for debugging help.

从头开始设置Dynaminc链接: https://www.youtube.com/watch?v= KLBjAg6HvG0

Setup Dynaminc link from start: https://www.youtube.com/watch?v=KLBjAg6HvG0

这篇关于Firebase动态链接无法打开iOS应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆