uber / uber-ios-sdk

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

Uber permissions view doesn't appear if signin directed user to App Store first. #91

Closed regosen closed 7 years ago

regosen commented 8 years ago

(Using UberRides 0.5.2 via CocoaPods, tested on iPhone6 with iOS 9.3.4)

  1. Uninstall Uber App (can be logged in or logged out)
  2. Run third-party app with setFallbackEnabled set to false.
  3. Initiate Uber signin (with AllTrips request), let Uber SDK redirect to App Store.
  4. Download and launch Uber, login if prompted to do so.
  5. No "permissions" view appears.
  6. Return to third-party app manually, re-trigger Uber signin
  7. Get redirected to Uber app, but still no "permissions" view.
  8. This time, kill the Uber app.
  9. Return to third-party app manually, re-trigger Uber signin
  10. "Permissions" view appears, and works as intended.
jbrophy17 commented 8 years ago

Thanks for the in depth steps to reproduce. I will investigate this further

jbrophy17 commented 7 years ago

With the latest version of Uber this should no longer be an issue