Associated Domain Files

Serving

AASA File Format

{
  "applinks": {
    "apps": [], // deprecated from iOS 13 onwards, can be removed unless supporting iOS 12 or earlier
    "details": [
      {
        "appID": "LD8BK6HF3P.com.themarket.cordova",
        "paths": []
      },
      { // the details array can hold multiple apps
        "appID": "LD8BK6HF3P.other.themarket.cordova",
        "paths": []
      },
			// If you are targetting iOS 13+, you can use 'appIDs' to skip duplication 
			// If you support iOS 12, keep using the duplicated format as shown above 
      { 
        "appIDs": ["LD8BK6HF3P.app.themarket.cordova", "LD8BK6HF3P.app-test.themarket.cordova"],
        "paths": []
      },
    ]
  }
}

When are they downloaded?

Associating domains with your app