Deep Linking
Deep linking enables seamless navigation to specific in-app content, enhancing user engagement by directing users to targeted screens within your Unity application. The AppTrove Unity SDK supports two types of deep linking: Normal Deep Linking (for users with the app installed) and Deferred Deep Linking (for users who install the app via a deep link). This section outlines the setup and implementation for both Android and iOS platforms.
Prerequisites
- AppTrove Unity SDK installed and initialized in your Unity project (see Installation and Initialization)
- A Trackier MMP account with access to the Trackier Panel
- Unity Editor 2019.4 or later
- For iOS: Xcode 12.0 or later
- For Android: Android API 21 (Android 5.0) or later
- Basic knowledge of C# scripting and platform-specific configurations (e.g.,
AndroidManifest.xml, Xcode)