Fast Track
The Fast Track DPApp provides airport fast track / expedited security and immigration clearance functionality, allowing users to purchase, manage, and use fast track passes directly within your host app.
User flow
The Fast Track journey is shown from left to right.







Prerequisites
- A registered
clientIdfrom the DP Platform dashboard - The
fastTrackappId configured under your client - DP Hybrid SDK integrated into your host app
iOS
Swift
// From any UIViewController
DPSDK.open(appId: "fastTrack", from: self)
Android
Kotlin
// From any Activity or Fragment
DPSDK.getDPApp("fastTrack").open(this)
Reference
- Getting Started — SDK installation & initialization
- Connect — SSO setup
- Custom Events System — Handle DPApp events
- Error Codes — Error code reference