Advanced Deep Link Handler for Kodular & MIT App Inventor
Handle app deep links effortlessly with native support for cold starts, warm starts, and real-time URL interception
Why Use It?
Standard deep linking links frequently break or fail to pass data if your app is launched from a completely closed state (cold start).
DeepLinkExt solves this problem by using a native implementation that intercepts incoming URL paths instantly before your user interface fully initializes. This guarantees your routing parameters are captured safely every single time, whether the app is opening fresh, running in the background, or already active on screen.
Features
Detect incoming deep links instantly
Works perfectly even when the app launches from a fully closed state
Gracefully handles background warm-starts and already-open states
Built-in native state-clearing mechanics to prevent route looping
Ultra-lightweight file footprint and performance-optimized code
Prerequisites
-
App Package Name
-
android.keystore
- Default keystore password : android
- Your own website
Function Blocks
DeepLinkReceived
Automatically triggers whenever a valid deep link URL routing intent is captured by the operating system.
RegisterScreen
Registers the target screen framework along with its fallback data parameter.
IsOpenedByDeepLink
Checks if the active application execution lifecycle was triggered by a deep link link shortcut.
GetDeepLinkUrl
Returns the full raw deep link text parameter passed over by the launching intent block.
ResetDeepLinkState
Manually flushes the internal application deep link state cache.
Specifications
Package: com.glich.deeplinkext
Updated On: 2026-05-17T18:00:00Z
Version: 1
Built & documented using: FAST-CLI



