Search code examples
uber-api

How to test the Uber deep links API?


we are developping an app which gives the user a list of travel proposals. The list will also include a travel proposal with Uber. To book a Uber travel, our app will start the Uber app over the deep links API. After booking the user will be able to jump back to our app with the trip branding feature.

How can we test this? Does Uber provide a test app? Or do we have to use the productive app for this?

Thank you for a reply.
Jean-Marc


Solution

  • You can test using the production app by generating a deep link from your app. See more details in the deep linking documentation.