I develop iOS & android app featuring Uber using Deep Link API.
I'd like to pass the dropoff params (latitude, longitude, formatted_address and nickname) to Uber Android App.
But, There aren't documents & sample code about Android Deep Linking on Uber Developer page
iOS app was well! but, Android app is not well using same url scheme.
uber://?action=setPickup&pickup[latitude]=37.775818&pickup[longitude]=-122.418028&pickup[nickname]=UberHQ&pickup[formatted_address]=1455%20Market%20St%2C%20San%20Francisco%2C%20CA%2094103&dropoff[latitude]=37.802374&dropoff[longitude]=-122.405818&dropoff[nickname]=Coit%20Tower&dropoff[formatted_address]=1%20Telegraph%20Hill%20Blvd%2C%20San%20Francisco%2C%20CA%2094133&product_id=a1111c8c-c720-46c3-8534-2fcdd730040d
Could you give me any advice or sample code?
Thanks!