iOS · Universal Links Check an apple-app-site-association file the way iOS does.
Enter a domain. Ferry fetches the file from both locations, checks the status code, redirects, content type, JSON, structure, and size, then queries Apple’s content delivery network to show what devices actually receive. Every failure comes with a plain-English fix.
Open the tool → Android · App Links Check an assetlinks.json file the way Android does.
Enter a domain, and optionally your package name and SHA-256 signing fingerprint. Ferry fetches the Digital Asset Links file, checks the status code, redirects, content type, JSON, and statement structure, compares the www and apex hostnames, and asks Google what it currently resolves. Every failure comes with a plain-English fix.
Open the tool →