uber / uber-ios-sdk

Uber iOS SDK (beta)
https://developer.uber.com/docs
MIT License
375 stars 125 forks source link

Drop-off location not shown in Uber app #166

Closed ir-fuel closed 7 years ago

ir-fuel commented 7 years ago

This is the code in my Swift iOS app

        let dropoffLocation = CLLocation(latitude: reservation.coordinate.latitude, longitude: reservation.coordinate.longitude)
        let builder = RideParametersBuilder().setDropoffLocation(dropoffLocation,nickname: reservation.restaurantName)
        uberButton.rideParameters = builder.build()

When I push the Uber button the Uber app opens, but it does not show a destination, it just asks me "Where to?"

What am I doing wrong?

Thanks!

edjiang commented 7 years ago

Hey @ir-fuel, I'm not able to reproduce this. Are you using the latest Uber app?

If not, can you please let me know how you're using the SDK?

Closing, since this issue was opened a month ago. When you reply, I'll re-open this GH issue :)