Links not opening in Safari on iOS

When the real browser misbehaves the causes are different from the in-app case, and mostly live in settings.

6 August 2026 by PAD team

Content blockers

The most common culprit. An aggressive blocker can prevent a redirect chain from completing, which looks exactly like a broken link. Disable it temporarily and retry before anything else.

Screen Time restrictions

Content and privacy restrictions can block specific domains or categories, silently. On managed or family devices this is often set once and forgotten.

The universal link breadcrumb

When a universal link opens your app, Safari shows a breadcrumb at the top right allowing the user to stay on the web. Tapping it once tells iOS to stop opening the app for that domain, and the preference sticks until the user reverses it from the same banner.

This produces the classic "it worked yesterday" report, and no amount of checking your association file will explain it.

Default browser

With a non-Safari default set, links open in Chrome or Firefox, whose handling of custom schemes differs slightly. Store links still work, but debugging gets confusing if you assume Safari.

Cached association files

iOS caches the result of fetching apple-app-site-association, including failures. If you fixed the file today, a device that failed yesterday may still refuse until the app is reinstalled.

What is not the cause

If the link only fails when tapped from inside Instagram, Facebook or TikTok, none of the above applies. That is a different problem belonging to their browsers rather than to Safari.

For links tapped inside social apps, the fix belongs to the link rather than the visitor's settings.

Create a link

Related