Universal link issue

We are encountering an issue with the universal link functionality in our app, which was previously working as expected but has now stopped functioning

We have followed all the steps to configure universal links and ensured the necessary settings are in place. The associated domains are enabled within our app's capabilities, with the following domains listed:

We have also verified the apple-app-site-association files for both servers, which are accessible via the following URLs:

https://app.digiboxx.com/apple-app-site-association

These files appear to be correctly formatted according to Apple's guidelines. However, despite this, links such as https://app.digiboxx.com/share/123456 are no longer redirecting to the app.

This is a significant issue for our customers, and we would appreciate your help in resolving the matter.

Thank you for your patience and for sharing your post! I've reviewed your configuration and the json is structured correctly, and swcutil is running successfully.

{
  "applinks": {
    "apps": [],
    "details": [
      {
        "appID": "7BNC982XJL.com.digiboxx.ios",
        "paths": [ "/activation-key", "/reset-password", "/shared/*", "/myboxx/*", "/share/*", "/dgb_login_func/*"]
      }
    ]
  }
}
swcutil verify -d app.digiboxx.com -j ./digi.json -u ttps://app.digiboxx.com/share/123456 
{ s = applinks, a = 7BNC982XJL.com.digiboxx.ios, d = app.digiboxx.com }: Pattern "ttps://app.digiboxx.com/share/123456" matched.

{ s = applinks, a = 7BNC982XJL.com.digiboxx.ios, d = ios.digiboxx.com }: Pattern "https://ios.digiboxx.com/share" matched.

Now, let's shift our focus to the app's configuration. Have you thoroughly checked the troubleshooting guide provided at: https://developer.apple.com/documentation/technotes/tn3155-debugging-universal-links?

Specifically, let's confirm the following details:

  • The configuration setup correctly within your app?
  • Has the project-specific troubleshooting checklist been followed?
  • Are there any changes made to the project-related settings or configurations under "Team 7BNC982XJL"?

Please review these, and let me know what you find. Your app server and the AASA file appear to be correct at this juncture.

Universal link issue
 
 
Q