AASAファイルの検証

すAppleのCDNにaasaファイルが反映されるまでにかかる時間は24時間以内(クローラが取得する)
Important
Apple’s content delivery network requests the apple-app-site-association file for your domain within 24 hours. Devices check for updates approximately once per week after app installation.
(deepl) Appleのコンテンツデリバリネットワークは、24時間以内にあなたのドメインのapple-app-site-associationファイルを要求します。デバイスは、アプリのインストール後、約1週間に1度アップデートを確認します。
from: https://developer.apple.com/documentation/xcode/supporting-associated-domains#Add-the-associated-domains-entitlement-to-your-app
今どんなaasaファイルがApple CDN に取得されているかはこちらで確認できそう
https://app-site-association.cdn-apple.com/a/v1/<yourdonain>

aasaファイルの記述内容の検証方法
sudo swcutil verify -d <domain> -j <path-to-JSON> [-u <URL>]を実行して、ダウンロードした.json AASAファイルの内容を確認します。-dを使用してドメインが一致していることを確認し、-uを使用してURLパスパターンがJSONと一致していることを確認します。両方が一致していれば、確認メッセージが表示されます。
from: https://developer.apple.com/documentation/technotes/tn3155-debugging-universal-links#Host-and-verify-your-AASA