SAP

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

iOS Universal Links Configuration

Deep linking is a technique that allows a URL to navigate a user directly to a specific screen or content within a mobile application, rather than simply opening the app's home screen. In SAP Mobile Development Kit (MDK) applications, a developer uses deep linking to handle incoming URLs and route users to targeted pages or actions within the app. For iOS apps, Universal Links can be configured to enable this behavior natively, while the MDK deep linking tutorial demonstrates how to implement and register URL schemes within an MDK project.

Tutorials that teach this

Prerequisites

Concepts that build on this