.NET MAUI SDK Advanced Features
The Apptrove .NET MAUI SDK offers advanced features to enhance user engagement, attribution, and analytics for .NET MAUI applications on Android and iOS platforms.
Prerequisites
- A .NET MAUI application with the Apptrove SDK installed and initialized
- Access to the Trackier Panel for configuring campaigns and retrieving SDK keys
- .NET 10.0 or later
Details for Advanced Features
1. Deep Linking
What It Does
Deep linking redirects users to specific in-app content using URLs. It supports two types:
- Normal Deep Linking: Opens the app directly to the specified content if the app is installed.
- Deferred Deep Linking: Redirects users to the app store for installation, then to the specified content upon first app open.
Benefits
- Enhances user experience by providing seamless navigation from external sources to targeted app content.
- Increases engagement and conversions by directing users to relevant in-app pages.
2. Uninstall Tracking
What It Does
Tracks app uninstalls on both Android and iOS devices using multiple methods:
- FCM Method (Android): Tracks app uninstalls using Firebase Cloud Messaging delivery receipts
- APNs Method (iOS): Tracks app uninstalls using Apple Push Notification Service delivery receipts
- Firebase Analytics Method (Android): Tracks app uninstalls via Firebase Analytics with Cloud Functions
Benefits
- Enables analysis of user retention by identifying uninstall patterns across different campaigns.
- Provides actionable insights to optimize acquisition strategies and reduce churn.
3. Dynamic Links
What It Does
Dynamic links are smart URLs that work across platforms and can survive the app installation process.
Benefits
- Enable sharing functionality within your app
- Support attribution tracking across platforms
Next Steps
Explore the implementation details for each advanced feature:
- Deep Linking
- Deferred Deep Linking
- Uninstall Tracking (FCM, APNs, Firebase Analytics)
- Dynamic Links
- Meta Integration
For further assistance, contact support@trackier.com.