I have created several Uber deep links via the Uber deep link generator and the links work fine on my Android device. However, when I access the links on my iOS, the Uber app comes on but the dropoff address doesn't come up. Instead, it shows me an empty search bar and I have to type in the address again. I proceeded to re-arrange my client_id to the front as shown but it still yield the same results.
Does anyone know what I did wrong or what else should I do for this to work on both Android and iOS?
There are two things that you can check :
A minimum OS level of iOS 9 is required for Universal Links support. So please make sure your iOS version is up to date.
Can you try to add to your Universal Link : &dropoff[latitude]=xx.xxx&dropoff[longitude]=yy.yyy
UPDATE: I have tested following Universal Link on my iPhone and it is working:
Or
I have added pick up location because my real location is not the location you specified - but pickup=my_location is also fine if it is not against Uber terms related to pickup and destination distance. Also instead of "dropoff[formatted_address]" try to use "dropoff[nickname]"