How to Get Spotify Links to Open the App Directly
When you share a Spotify link, you want it to open the Spotify app — where your listener is signed in, can follow you, and can save the track — not a stripped-down web preview asking them to log in.
Spotify is trickier than most apps here. The trick that works for YouTube and Apple Music — swapping https:// for the app's own scheme — does not work for Spotify. Links like spotify://open.spotify.com/track/… look right but never open the app. This guide covers the format that actually works, and how to handle listeners who don't have the app.
The working method: Spotify's colon-form URI
Take any standard Spotify URL.
For example, a track link:
https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT
The same method works for album, playlist, artist, show (podcast), and episode links.
Rewrite it as spotify:type:id.
Take the type (track) and the ID (the code after it), and join them with colons:
spotify:track:4cOdK2wGLETKBW3PvgPWqT
Note there are no slashes and no // — Spotify registers the colon form, not a web-style URL.
Use the new link.
On a phone with Spotify installed, this URI opens the track straight in the app. A playlist works the same way: spotify:playlist:37i9dQZF1DXcBWIGoYBM5M.
The catch: no fallback, and in-app browsers
If Spotify isn't installed, a spotify: link simply does nothing. There's no web page behind it to fall back to, so on a fresh phone your listener hits a dead end.
And the place you most want this — your link in bio — is the hardest. The mini-browsers inside TikTok and Instagram deliberately ignore the automatic app-opening that Safari and Chrome do, so a plain open.spotify.com link tapped from a bio opens the cramped in-app web player instead of the app.
Linkly's Open in app feature handles both problems: paste a normal Spotify URL, and it generates the right app link per device — opening the Spotify app when it's installed, and falling back to the App Store, Google Play, or the web player when it isn't. It's built to work from TikTok and Instagram bios, and your click tracking and retargeting pixels still fire on the way through. You can preview what it generates for any URL with the free deep link tester.
Platform-specific information for developers
iOS: Universal Links, until they aren't
In Safari, Chrome, Messages, and the Camera app, standard https://open.spotify.com links already open the Spotify app on iOS via Universal Links — no special link needed. But Universal Links don't fire inside the TikTok, Instagram, or Facebook in-app browsers, which is exactly where creator links get tapped. There, the spotify: scheme (triggered on a user tap) is the reliable path.
Android: Intent URLs
On Android the robust approach is an Intent URL built on Spotify's https App Link, pinned to the Spotify package, with an explicit fallback:
intent://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT#Intent;scheme=https;package=com.spotify.music;S.browser_fallback_url=https://play.google.com/store/apps/details?id=com.spotify.music;end
This opens the app if it's installed and sends everyone else to the Play Store (or any fallback URL you choose).
Spotify app link FAQs
Why doesn't spotify://open.spotify.com/... work?
Because Spotify registers the colon form spotify:type:id, not a web-style URL. In spotify://open.spotify.com/… the domain gets treated as part of the URI structure the app doesn't recognise, so nothing opens. Several older guides still show that broken form.
Does this work for podcasts?
Yes — podcast shows and episodes use the same pattern, with show and episode as the type, e.g. spotify:episode:ID.
毎月500クリックを無料で追跡できます。