DeepLink
Finally a simple way to easily support deep links across apps and sites.
Simplify the complexity of deep links
Apps are complicated and getting users to the content and locations you want, across devices and servers and systems, is difficult. That’s why the Onymos DeepLink Feature is powerful. We do the heavy-lifting so you can spend your time developing the next great innovation.
No server-side development
Onymos handles all the configurations required to establish and route deep links and navigation so you don’t have to.
Routing via app stores included
If a user following a link does not have your app installed on their device, Onymos DeepLink routes that user to the specific app store for that device (the Apple App Store for iOS devices and Google Play for Android devices).
Even across app installation process
When a user follows your app’s deep link and is routed to the app store (because the user did not have the app installed on their device), the deep link remains active. Upon successful app installation, it automatically navigates to the specific content at the deep link’s destination.
Branded links
Deep links can display images, preview text, and have customizable URIs — so your users always know where they’re going.
Everything you need for DeepLink
Onymos makes it simple to support deep links so you don’t have to.
Match the look
Front-end configuration via standard HTML/CSS ensures Onymos Features fit seamlessly into your existing project.
Full stack
Unlike plugins or code snippets, each Onymos Feature is full stack, from the user interface to the cloud layer.
No looking back
Onymos supports the Feature at every stage. Updates are as simple as rebuilding with our newest object release.
function onDeepLink() {
OnymosDeepLink.onDeepLink(
function onDeepLinkSuccess (success) {
console.log(success);
},
function onDeepLinkSuccess (error) {
console.log('error');
});
} /* end function onDeepLink */
What’s in DeepLink?
User interface
Device-side functionality
- Ability to create deep link to any app specific content
- Ability to route the user to the appropriate content within the app when the app is opened via a deep link
Server-side functionality
- A deep link that navigates to respective app store (Apple App Store or Google Play) when the link followed does not have the app installed
- Persistent deep links that follow through an app install process and resolve to the appropriate app specific content.
Developer Resources
The Onymos advantage
UI-to-cloud functionality
Every component comes fully functional — from the front-end user interface to back-end cloud connectivity. Just integrate and use.
Serverless architecture
DeepLink connects directly to your cloud, not an interim server, helping speed up app performance.
Open standards-based
Innovate confidently with components built on open standards like HTML, CSS, and JS, as well as Java (Android) and Swift (iOS).