Transport
The Transport DPApp provides airport transfer and chauffeur-driven booking functionality, allowing users to search, book, and manage transfers directly within your host app. Supports point-to-point transfers, airport pickups/drop-offs, vehicle selection, and order management.
User flow
The Transport journey is shown from left to right.








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