App Shortcuts
Add dynamic app icon shortcuts to boost user engagement and feature access in Unity mobile games
Essential Kit's App Shortcuts feature lets Unity teams add dynamic shortcuts to the app icon without maintaining platform-specific code. This tutorial walks you through setup, key APIs, testing, and troubleshooting so you can add quick-access shortcuts with confidence.
What You'll Learn
Create dynamic shortcuts that appear when users long-press your app icon
Handle shortcut taps to deep-link users directly into specific game features
Manage shortcut lifecycle by adding and removing shortcuts based on player progress
Why App Shortcuts Matter
Boost Engagement: Surface daily rewards, challenges, or unfinished levels right from the home screen
Improve Retention: Let players jump directly into multiplayer lobbies or continue their last game session
Enhance Discovery: Showcase premium features or limited-time events with prominent shortcuts
Tutorial Roadmap
Setup – Enable the feature and configure shortcut icons.
Usage – Add shortcuts, handle clicks, and manage lifecycle.
Testing – Simulate in editor and verify on devices.
FAQ – Troubleshoot common issues.
Key Use Cases
Daily Rewards: Add a "Collect Daily Bonus" shortcut that appears after first login
Continue Playing: Show "Resume Level X" shortcuts for players with active sessions
Quick Multiplayer: Surface "Quick Match" or "Invite Friends" for social engagement
Event Promotions: Highlight limited-time events or new content releases
Prerequisites
Unity project with Essential Kit v3 installed and App Shortcuts feature enabled in settings.
iOS or Android target with proper icon assets configured in Essential Kit Settings.
Test device to validate long-press shortcuts before release (simulator behavior may differ).
Last updated
Was this helpful?