uber / uber-ios-sdk

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

Fare expired #155

Closed Xioshock closed 7 years ago

Xioshock commented 7 years ago

Hey, I have kinda weird problem, I'm using the widget from this sdk in the following way:

let behavior = RideRequestViewRequestingBehavior(presentingViewController: self)
let dropOff = CLLocation(latitude: event.coordinate.latitude, 
    longitude: event.coordinate.longitude)

let parameters = RideParametersBuilder().setDropoffLocation(dropOff).build()

behavior.requestRide(parameters)

but for some reason, in doesn't work as expected in the USA. When I select uberPool and request a ride, popup appears with "fare expired" message. However when I request uberX, it works just fine.

Even weirder is that it works in Czech republic even with uberPool.

Is there any reason for this message, is this expected behavior? Because it doesn't look like it.

I read somewhere that it may be related to "surging".

jbrophy17 commented 7 years ago

Hi @Xioshock thanks for the report! Your intuition was correct, this is not the expected behavior. We are working to fix this on our side, no SDK update or changes will be required for your app. I'll update this thread when it has been fixed.

jbrophy17 commented 7 years ago

This issue should now be resolved. No updates to the SDK are necessary