Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Domain=com.uber.rides-ios-sdk.ridesAuthenticationError Code=19 #269

Open
Zulqurnain24 opened this issue Apr 16, 2020 · 0 comments
Open

Comments

@Zulqurnain24
Copy link

Hi,
I have followed the procedure listed for uber sdk configuration page https://developer.uber.com/docs/riders/ride-requests/tutorials/api/ios but I am getting this error

"Error Domain=com.uber.rides-ios-sdk.ridesAuthenticationError Code=19 "The Redirect URI provided did not match what was expected." UserInfo={NSLocalizedDescription=The Redirect URI provided did not match what was expected."

when I use this syntax
"let loginManager = LoginManager()
loginManager.login(requestedScopes:[.request], presentingViewController: self, completion: { accessToken, error in
// Completion block. If accessToken is non-nil, you’re good to go
// Otherwise, error.code corresponds to the RidesAuthenticationErrorType that occured
})"

Can someone help me with this. Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant