FIREBASE DYNAMIC LINKS HAS SHUT DOWN

The smartest way to deep link your app

AppLink is the fast, reliable, developer-first deep linking platform built to replace Firebase Dynamic Links without the migration headache.

9:41
AppLink
2.4k Opens Today+14% vs yesterday
94% ConversionFrom organic social
Redirect: 84msLightning fast
Why AppsOnAir

One link platform. Every device,
every journey

AppLink is engineered as a true drop-in alternative to Firebase Dynamic Links, with the same power, more control, and none of the deprecation risk.

Universal deep linking

One short AppLink auto-routes visitors to the right app, store, or web page, seamlessly on any device.

Custom domains

Share links.yourbrand.com everywhere. Includes automatic SSL, unlimited subdomains, and instant verification.

Rich link previews

Set custom titles, descriptions, and OpenGraph images per link. Every share looks highly intentional and branded.

Effortless Migration

Move off Firebase in an afternoon

Import your entire legacy link library with a single CSV. Old links keep working perfectly, and your historical data comes with them securely.

Dynamic Links

Deprecated Aug 2025
App Onboarding Link page.link/x7qP
Summer Promo page.link/summer24
Quick Migration

AppLink

Active & Resolving
App Onboarding Link links.brand.com/x7qP
Summer Promo links.brand.com/summer24
Deferred Deep Linking

Intent preserved,
even through install.

When a user clicks your link without the app installed, standard links drop their context at the App Store or Play Store door. AppLink securely holds their intended destination and delivers them perfectly on first open.

1
User Taps Link
They find your product link on Instagram, Twitter, or an email campaign.
2
Context Secured
They are routed to the App Store. AppLink securely fingerprints the click and awaits install.
3
Perfect Landing
They find your product link on Instagram, Twitter, or an email campaign.
Explore SDKs
Arrow
Social Feed

Check out these new limited edition sneakers! 🔥

brand.link/sneaker-42
Payload
{ id: "sneaker-42" }
App Store
Your Brand App Downloading... 64%
First Open
Limited Edition Sneaker
Buy Now - $120
Head to Head

AppsOnAir vs Firebase Dynamic Links

A like-for-like look at what changes and what gets better when you make the switch.

Core Capability
AppLink
Firebase Dynamic Links
Long-term support
checked
Actively maintained
Deprecated Aug 2025
Migration effort
checked
1-click CSV import
-
Deferred deep linking
checked
Full, precise routing
checked
Supported
Custom domains
checked
Supported
checked
Supported
Analytics depth
checked
Supported
checked
Supported
Developer SDKs
checked
Supported
checked
Supported
Real-time Analytics

See exactly what happens after every click

Live funnel tracking and campaign-level attribution — no extra tooling required.

app.appsonair.com
18.2k Clicks
9.6k App Installs
7.1k First Opens
7.9k Redirects
Mon Tue Wed Thu Fri Sat Sun Mon
createAppLink-sdk.dev
// ================= 1. FLUTTER (Dart) =================
final shortLink = await AppsonairFlutterApplink().createAppLink(
appLinkParams: AppLinkParams(
url: 'https://appsonair.com',
name: 'AppsOnAir',
urlPrefix: 'YOUR_DOMAIN_NAME',
shortId: 'LINK_ID',
socialMeta: SocialMeta(title: 'Link Title'),
),
);
// ================= 2. REACT NATIVE =================
import { createAppLink } from 'appsonair-react-native-applink';
const shortLink = await createAppLink({
url: 'https://appsonair.com',
name: 'AppsOnAir',
urlPrefix: 'YOUR_DOMAIN_NAME',
shortId: 'LINK_ID',
socialMeta: { title: 'Link Title' },
});
// ================= 3. ANDROID (Kotlin) =================
val shortLink = AppLink.createAppLink(
url = "https://appsonair.com",
name = "AppsOnAir",
urlPrefix = "YOUR_DOMAIN_NAME",
shortId = "LINK_ID",
socialMeta = SocialMeta(title = "Link Title")
)
// ================= 4. iOS (Swift) =================
appLinkService.createAppLink(
url: "https://appsonair.com",
name: "AppsOnAir",
urlPrefix: "YOUR_DOMAIN_NAME",
shortId: "LINK_ID",
socialMeta: ["title": "Link Title"]
) { result in
// Returns created short link
}
1200
Teams Migrated
99.99%
Redirect Uptime
84ms
Avg Redirect Time
4B+
Links Resolved / Mo
FAQ

Got Questions? We've Got Answers

Will link behavior stay the same after switching?

Do I need to change anything in my app's code?

Can I customize the link preview and branding?

Is AppLink suitable for enterprise-scale apps?