rides-android-sdk
rides-android-sdk copied to clipboard
Uber Rides Android SDK (beta)
https://github.com/ReactiveCircus/android-emulator-runner/issues/179 I have removed API 28+ from the testing matrix because of the above issue with the emulator.
Library version: all Repro steps, stacktrace, screenshots: Code was working for a solid year unchanged, just like the example: ``` config = new SessionConfiguration.Builder() .setClientId(getString(R.string.uberClientId)) //This is necessary .setRedirectUri(getString(R.string.uberRedirectURI)) //This...
I am getting INVALID_SCOPE issue on production from some days before, Already my system is working and also updated with new SDK. But its start showing this error without doing...
Github issues are for bug reports. If this is a question around usage or understanding please use Stack Overflow. https://stackoverflow.com/questions/tagged/uber-api Library version: v0.9.1 Repro steps, stacktrace, screenshots: We have integrated...
I tried filling form here https://developer.uber.com/products/drivers but it processes and nothing happened.how do i contact uber business development representative, please help, thanks in advance.
Getting this error in newrelic, looks like the issue is with uber sdk can you help in understanding the issue android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=uber://connect?client_id=UREKMAuXXXXXXX-&scope=eats.eater.create_draft_order...
Hello, **Repro steps, stacktrace, screenshots:** We've implemented user Auth flow via uber SSO way ( https://d1a3f4spazzrp4.cloudfront.net/uberex/duc/SSO_Flowchart_v1.pdf ). But some time ago Main client Uber App has been replaced with "Uber...
Github issues are for bug reports. If this is a question around usage or understanding please use Stack Overflow. https://stackoverflow.com/questions/tagged/uber-api Library version: Repro steps, stacktrace, screenshots: Expected Behavior:
I think this might be a bug since this happened while following the uber example provided for Android. https://developer.uber.com/docs/riders/ride-requests/tutorials/button/android Library version: 0.10.1 Code: private fun initUberRideButton(startLocation: Location?, productId: String? =...
com.onusrides.onus.dev E/ActivityThread: Activity com.uber.sdk.android.core.auth.LoginActivity has leaked ServiceConnection com.uber.sdk.android.core.utils.CustomTabsHelper$1@138a1c2 that was originally bound here android.app.ServiceConnectionLeaked: Activity com.uber.sdk.android.core.auth.LoginActivity has leaked ServiceConnection com.uber.sdk.android.core.utils.CustomTabsHelper$1@138a1c2 that was originally bound here at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1336) at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231) at...