You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set the pickup location and click the button, it opens the Uber app ok, and immediately changes the pickup location from the one specified in the button to my current location.
This is all the code I have in the main ViewController (in a minimal app that has only this):
I've tried with and without setting the product ID, with and without the address field, and with and without the nickname field. The result is that it always sets my request to my current location, instead of the desired location.
SDK installed from master via Carthage.
XCode 7.2 (7C68)
iOS 9.2 (13C75)
Uber v2.110.0
The text was updated successfully, but these errors were encountered:
When I set the pickup location and click the button, it opens the Uber app ok, and immediately changes the pickup location from the one specified in the button to my current location.
This is all the code I have in the main
ViewController
(in a minimal app that has only this):I've tried with and without setting the product ID, with and without the
address
field, and with and without thenickname
field. The result is that it always sets my request to my current location, instead of the desired location.master
via Carthage.The text was updated successfully, but these errors were encountered: