Firebase dynamic link not opening iOS app

风格不统一 提交于 2020-04-30 06:10:05

问题


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

This is the dynamic link: autobavaria1491911550production.page.link

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

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 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:


  1. Delete your app
  2. Restart your device.
  3. Reinstall your app and test.

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

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

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



来源:https://stackoverflow.com/questions/59764709/firebase-dynamic-link-not-opening-ios-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!