Reputation: 527
I am trying to integrate Uber Ride Request Widget within my app. I am able to load the Ride Request Button and load ride information as well. However, once I click on Request Ride in the Uber Widget - I dont see any mechanism to fetch the ride request_id thus generated. I am working in Sandbox environment.
Upvotes: 0
Views: 67
Reputation: 1252
You can access the current ride using the rides client in the ios SDK. See the fetchCurrentRide() method to access all of the details about the in progress (current) ride.
Upvotes: 1