Skip to content

Instantly share code, notes, and snippets.

@prashantpandey10
Last active September 8, 2016 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prashantpandey10/d7d8c91235fd8c878e9a688ab817fd89 to your computer and use it in GitHub Desktop.
Save prashantpandey10/d7d8c91235fd8c878e9a688ab817fd89 to your computer and use it in GitHub Desktop.
Your Query:
Can you describe the flow that gets to this error? Is the Uber app showing this error? Does it ever show the authorization screen inside of Uber? Is this happening once you've completed the authorization flow and returned then try to use the Ride Request Widget?
Answer:
Case 1: When Uber app is NOT installed on the phone but my app is there! (2 Scenarios)
Scenario A : This phone is the phone in which I have ran the app from the Android Studio
When the user clicks on the RideRequestButton , it takes me to the sign-in form. When I enter any credential's I am happily accepted in and I can request a Ride. (Any email I put is accepted no matter if I have entered those in the developer list or no)
Scenario B : When I just pass on the apk to some of my friend and they install
They enter their credential and they are not authorized and they see that screen which is completely accepted.
Case 2 : When Uber app IS installed on the phone but my app is there!
When I am logged in Uber app with the credential same as my developer account and then I click on my rideRequestWidget then still I am unauthorized. Which shouldn't happen.
When I get logged out from the Uber app and then click on rideRequestWidget then it takes me to the signin form and then if I enter ANY credential (not there in my authorized developers list) I get logged in easily which shouldn't happen again and the logged in user can request rides.
When the logged in user closes My app and open's it again then he/she is again met with that screen.
PS: This is too tricky scenario and I LOVE UBER as a product. Would like to help anyways. my skype id prashant.pandey@imgtec.com
you can also mail me on prashantpandeyfun10@gmail.com and we can share our numbers from there and we can talk.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment