SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

NativeScript URL Opening (Utils.openUrl / UIApplication)

Deep linking in the context of MDK (Mobile Development Kit) apps is a mechanism that allows one app to launch and navigate directly to a specific screen or resource within another app. Developers use it to create seamless cross-app navigation experiences, enabling an MDK app to invoke another app with targeted context rather than simply opening it at its default entry point. This is implemented by configuring the appropriate action and URL scheme within the MDK app's metadata. See the SAP tutorial on deep linking from an MDK app for implementation guidance.

Tutorials that teach this

Prerequisites

Concepts that build on this