2
votes

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
Delete your app and restart your device...check after that.Mohit Kumar
Check out this video: youtube.com/watch?v=KLBjAg6HvG0 from 8:00 min for debugging help.Mohit Kumar
Thanks @MohitKumar. This is so Weird, after uninstalling the app and restart the phone and install it back, start working again. Any idea why this is happening?Nik
as per firebase, sometimes error comes while downloading apple-app-site-association file associated with your domain. That's why it happens. Please accept my answer if it works. Thanks.Mohit Kumar
In my case we have 2 different project in firebase for sandbox and production and the apps under it are having same package name. In my case I guess the problem happens when the sandbox app with same package name from TestFlight overwritten with the app installed from the AppStore (production version). and OS confused in that.Nik

1 Answers

9
votes
  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