What is Apple App Site Association?
Apple App Site Association, usually shortened to AASA, is part of the trust setup behind Universal Links. A website publishes an apple-app-site-association JSON document, and an iOS app declares the same domain in its Associated Domains entitlement. When those records match, a supported HTTPS link can open in the installed app. If the app is not installed, the same link opens as a normal web URL.
AASA-Bot/1.0.0 is the user agent Cloudflare's bot directory records for Apple's fetcher. Its request pattern is narrow: it asks a hostname for the association document that maps URL patterns to native apps. It is not described as crawling ordinary pages or collecting link-preview metadata.
Apple documents the file at /.well-known/apple-app-site-association or the site root as /apple-app-site-association. It must be available over HTTPS without a redirect. The filename has no .json extension, even though the response body is JSON. Those details matter because the response is configuration data rather than ordinary site content.
Starting with iOS 14 and macOS 11, apps obtain association files through an Apple-managed content delivery network. If the network does not have a current copy, it connects to the site to retrieve one. An AASA-Bot entry in a server log therefore reflects a configuration fetch from Apple infrastructure, not necessarily a person tapping or viewing a page.
A valid document tells the system which app identifiers and URL paths the site authorizes. If the fetch is denied or the response is invalid, Apple cannot confirm that trust relationship from the current file. Universal Links may then open the website instead of the app. Blocking this endpoint can affect app routing even while the rest of the site remains accessible.
AASA-Bot has no documented role in AI search or model training. Neither Apple's Universal Links documentation nor Cloudflare's bot record connects this fetcher with AI discovery. Do not count its requests as AI crawler visits, and do not expect allowing it to improve AI search visibility.
