Discord links to the App Store
Discord is one of the better-behaved apps here, which makes the exceptions worth knowing.
6 August 2026 ยท PAD team
Default behaviour
Discord on iOS opens links in an in-app browser, but it exposes a setting to use the system browser instead, and a meaningful share of its technical audience has switched it on. On Android it commonly uses Custom Tabs, which are the real browser.
The practical result is a mixed population: some visitors reach the store fine, others hit the usual wall, and you cannot tell which from the server side.
Why it matters for app launches
Discord communities are a common launch channel for indie apps and games. A link dropped in a server gets tapped by hundreds of people within an hour, and a share of those taps failing is the difference between a good launch day and a puzzling one.
Bots and embeds
If you announce through a bot, the embed's URL follows the same rules. Nothing about the bot changes the browser behaviour, so the fix belongs to the link rather than to the integration.
Do set proper Open Graph tags on the destination, because Discord renders a rich embed from them and a bare store URL produces a thin one.
Practical advice
- Use a routing address rather than a raw store link
- Tag it so Discord traffic is separable from everything else
- Post the same address in the pinned message, since that keeps getting tapped for months
One address that covers both halves of a Discord audience without you knowing which is which.