Navida Pro Deep Linking overview
Introduction
Deep Links and Universal Links enable external navigation directly to specific pages within the app. These links are commonly used for marketing campaigns, user engagement, or directing users to targeted content seamlessly. To support this functionality, we implement handling for both types of links. Deep Links use custom URL schemes specific to the app, while Universal Links leverage standard HTTPS URLs and work seamlessly with both apps and web browsers.
Description of the flow
Global Flow
Deeplinks in an app are URLs that take users directly to specific content or pages within a mobile application, rather than simply opening the app's homepage. They provide a way to take users directly to relevant information or features within the app, which can significantly improve the user experience. These links lead to a specific section or page within the app, provided the app is already installed.