Closed clairebear closed 7 years ago
Thanks for the report! This is a bug in the app itself, and will be fixed in the next version, sorry for the inconvenience. I will keep this issue open until the new version is released, though no SDK update will be necessary
@jbrophy17 Thank you so much for your response. We are releasing our iOS app soon, it would be good for us to know the time frame of uber next release. Please keep us updated.
This is now fixed in Uber version 3.222.3
I want to show a uber UBSDKRideRequestButton in our app, and once user clicks the button, user is redirected to Uber App, they would see destination location.
However, when I set the dropoff location nick name, it's not shown in uber app.
Here is my code
` // create parameters builder UBSDKRideParametersBuilder *builder = [[UBSDKRideParametersBuilder alloc] init]; [builder setPickupLocation: pickupLocation]; [builder setDropoffLocation:dropoffLocation nickname:@"Airport" address:@"Auckland"];
I check if the nick name is set property before we manually load the information on button, and I can see they are set correctly.
However, when we click the button and launch the uber app, the nickname is not displayed, instead it shows "Dropoff Location"
Does anyone have the same issue? I pretty much followed the example that is given by uber.