Deep linking & install attribution for mobile apps
Redirectly is deep linking + install attribution in one dashboard. See every click, install, and conversion — by campaign, channel, device, and country. Drop in one SDK and you're live in 30 minutes.
14-day free trial, no card required. Plans from $49/mo.
Clicks, installs, and conversion in real time — broken down by campaign, channel, device, and country. Organic vs paid, finally clear. No spreadsheets, no overnight batch reports.
Same deferred deep linking. Same attribution. Same SDKs. Without the enterprise sales call.
| Status | Price | Flutter | Setup | Deferred | |
|---|---|---|---|---|---|
| Firebase | Dead | — | None | — | ✗ |
| Branch | Active | ~$500 | Community | Days | ✓ |
| AppsFlyer | Active | ~$800 | Community | Days | ✓ |
| Redirectly | Active | $49 | Native | 30 min | ✓ |
A complete deep linking platform for mobile apps. No enterprise contract needed.
Links survive app installation. User clicks → store → installs → lands exactly where they should.
Auto-detect iOS or Android. Route to the right store. Desktop gets a fallback page with QR code.
Know which campaigns, creatives, and channels drove each install. Organic vs. paid.
Clicks, installs, UTMs, geo data. Real-time, not overnight batch reports.
links.redirectly.app — your brand on every deep link.
First-class Flutter on pub.dev. React Native included. Built by us, not community forks.
Your engineers wire it up once — under 30 minutes — then your marketing team lives in the dashboard.
Add flutter_redirectly to your app. Zero config. Under 50KB.
flutter pub add flutter_redirectly
On app start, listen for incoming links. Works for both new installs and existing users.
final redirectly = FlutterRedirectly(config);
redirectly.onLinkClick.listen((click) {
navigator.push(click.originalUrl);
});Generate deep links with UTM params, referral data, or verification tokens. Share anywhere.
final link = await redirectly.createLink(
target: "myapp://promo",
params: {
"utm_source": "facebook",
"utm_campaign": "summer_sale",
},
);Same SDKs and attribution on every plan — you pay for install volume and team size, not feature unlocks.
14-day free trial, no card required · Need more than 250k installs/mo? See Enterprise →
Install one SDK. See every click, install, and attribution in one dashboard.
14-day free trial, no card required. Plans from $49/mo.